[Webkit-unassigned] [Bug 104360] Coordinated Graphics: Separeate LayerTreeCoordinator into LayerTreeCoordinator and CompositingCoordinator

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 7 20:10:04 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=104360





--- Comment #3 from Huang Dongsung <luxtella at company100.net>  2012-12-07 20:12:30 PST ---
(From update of attachment 178194)
View in context: https://bugs.webkit.org/attachment.cgi?id=178194&action=review

> Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/WebCompositingCoordinatorMessageClient.cpp:70
> +    m_webPage->send(Messages::LayerTreeCoordinatorProxy::SetRootCompositingLayer(id));

WebCompositingCoordinatorMessageClient sends messages to LayerTreeCoordinatorProxy, not WebCompositingCoordinatorMessageClientProxy(?).
And LayerTreeCoordinatorProxy sends messages to LayerTreeCoordinator and LayerTreeCoordinator redirects to CompositingCoordinator.
It means refactoring is not complete.
Do you make it in next bugs?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list