RESOLVED FIXED 102894
Coordinated Graphics: Remove an invisible TiledBackingStore of CoordinatedGraphicsLayer.
https://bugs.webkit.org/show_bug.cgi?id=102894
Summary Coordinated Graphics: Remove an invisible TiledBackingStore of CoordinatedGra...
Dongseong Hwang
Reported 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()
Attachments
Patch (1.74 KB, patch)
2012-11-21 00:40 PST, Dongseong Hwang
no flags
Dongseong Hwang
Comment 1 2012-11-21 00:40:41 PST
Dongseong Hwang
Comment 2 2012-11-21 17:22:04 PST
ping
WebKit Review Bot
Comment 3 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>
WebKit Review Bot
Comment 4 2012-11-22 00:36:53 PST
All reviewed patches have been landed. Closing bug.
Dongseong Hwang
Comment 5 2012-11-22 01:23:56 PST
(In reply to comment #4) > All reviewed patches have been landed. Closing bug. Thanks for review!
Note You need to log in before you can comment on or make changes to this bug.