Bug 102894 - Coordinated Graphics: Remove an invisible TiledBackingStore of CoordinatedGraphicsLayer.
Summary: Coordinated Graphics: Remove an invisible TiledBackingStore of CoordinatedGra...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dongseong Hwang
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-21 00:39 PST by Dongseong Hwang
Modified: 2012-11-22 01:23 PST (History)
3 users (show)

See Also:


Attachments
Patch (1.74 KB, patch)
2012-11-21 00:40 PST, Dongseong Hwang
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dongseong Hwang 2012-11-21 00:39:05 PST
CoordinatedGraphicsLayer does not need to have a backing store if (!drawsContent() || !contentsAreVisible() || m_size.isEmpty()).

It is a follow-up patch of Bug 101424.
Bug 101424 missed this check in CoordinatedGraphicsLayer::updateContentBuffers()
Comment 1 Dongseong Hwang 2012-11-21 00:40:41 PST
Created attachment 175363 [details]
Patch
Comment 2 Dongseong Hwang 2012-11-21 17:22:04 PST
ping
Comment 3 WebKit Review Bot 2012-11-22 00:36:50 PST
Comment on attachment 175363 [details]
Patch

Clearing flags on attachment: 175363

Committed r135490: <http://trac.webkit.org/changeset/135490>
Comment 4 WebKit Review Bot 2012-11-22 00:36:53 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Dongseong Hwang 2012-11-22 01:23:56 PST
(In reply to comment #4)
> All reviewed patches have been landed.  Closing bug.

Thanks for review!