[webkit-reviews] review granted: [Bug 103843] Coordinated Graphics: Reorder messages to LayerTreeCoordinatorProxy : [Attachment 177429] Patch: Send SetRootCompositingLayer message to the UI process before SetLayerState message.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 4 00:31:14 PST 2012


Noam Rosenthal <noam at webkit.org> has granted Huang Dongsung
<luxtella at company100.net>'s request for review:
Bug 103843: Coordinated Graphics: Reorder messages to LayerTreeCoordinatorProxy
https://bugs.webkit.org/show_bug.cgi?id=103843

Attachment 177429: Patch: Send SetRootCompositingLayer message to the UI
process before SetLayerState message. 
https://bugs.webkit.org/attachment.cgi?id=177429&action=review

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


> Source/WebKit2/ChangeLog:8
> +	   Send SetRootCompositingLayer message to the UI process firstly.

Send SetRootCompositingLayer message to the UI process in the constructor
instead of sending it on the first flush.

>
Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/LayerTreeCoordinator.h:13
8
> +    void setRootCompositingLayer();

initializeRootCompositingLayer


More information about the webkit-reviews mailing list