[webkit-reviews] review granted: [Bug 124165] Remote Layer Tree: Implement Page Overlays : [Attachment 216617] anders comments

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 11 16:01:47 PST 2013


Anders Carlsson <andersca at apple.com> has granted Tim Horton
<thorton at apple.com>'s request for review:
Bug 124165: Remote Layer Tree: Implement Page Overlays
https://bugs.webkit.org/show_bug.cgi?id=124165

Attachment 216617: anders comments
https://bugs.webkit.org/attachment.cgi?id=216617&action=review

------- Additional Comments from Anders Carlsson <andersca at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=216617&action=review


> Source/WebKit2/WebProcess/WebPage/mac/RemoteLayerTreeDrawingArea.h:78
> +    typedef HashMap<PageOverlay*, std::unique_ptr<GraphicsLayerCARemote>>
PageOverlayLayerMap;
> +    PageOverlayLayerMap m_pageOverlayLayers;

No need for a typedef here.


More information about the webkit-reviews mailing list