[webkit-reviews] review granted: [Bug 112095] [Texmap] Synchronise layers only if the layer has been changed. : [Attachment 192660] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 12 01:58:15 PDT 2013


Noam Rosenthal <noam at webkit.org> has granted JungJik Lee
<jungjik.lee at samsung.com>'s request for review:
Bug 112095: [Texmap] Synchronise layers only if the layer has been changed.
https://bugs.webkit.org/show_bug.cgi?id=112095

Attachment 192660: Patch
https://bugs.webkit.org/attachment.cgi?id=192660&action=review

------- Additional Comments from Noam Rosenthal <noam at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=192660&action=review


> Source/WebCore/ChangeLog:14
> +	  
(WebCore::CoordinatedGraphicsLayer::flushCompositingStateForThisLayerOnly): if
hasChangedLayerState is true, append m_layerState.

hasChangedLayerState -> needsSync

>
Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.h:
179
> +    bool needsSync();

This function should be const.


More information about the webkit-reviews mailing list