[Webkit-unassigned] [Bug 104641] Coordinated Graphics: Rename LayerTreeCoordinator to CoordinatedLayerTreeHost

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 11 16:25:54 PST 2012


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





--- Comment #8 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2012-12-11 16:28:15 PST ---
(From update of attachment 178861)
View in context: https://bugs.webkit.org/attachment.cgi?id=178861&action=review

> Source/WebKit2/UIProcess/DrawingAreaProxy.h:104
> +    OwnPtr<CoordinatedLayerTreeHostProxy> m_coordinatedLayerTreeHostProxy;

I was OK with the patch, just wondering whether it would be better to just call this like m_layerTreeHostProxy as we are supposely just a specialized version and most of the places the "coordinated" is obvious

> Source/WebKit2/UIProcess/DrawingAreaProxyImpl.cpp:372
> +        m_coordinatedLayerTreeHostProxy->didReceiveCoordinatedLayerTreeHostProxyMessage(connection, messageID, decoder);

like m_layerTreeHostProxy->didReceiveMessage ? It is almost like double here

-- 
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