[Webkit-unassigned] [Bug 103513] Provide the backend for exposing the layer tree to the Web Inspector

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 28 09:00:36 PST 2012


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





--- Comment #5 from Simon Fraser (smfr) <simon.fraser at apple.com>  2012-11-28 09:02:48 PST ---
(From update of attachment 176477)
View in context: https://bugs.webkit.org/attachment.cgi?id=176477&action=review

> Source/WebCore/inspector/InspectorLayerTreeAgent.h:69
> +    bool enabled() { return m_enabled; }

Should be const.

> Source/WebCore/inspector/InspectorLayerTreeAgent.h:85
> +    PassRefPtr<TypeBuilder::LayerTree::Layer> buildObjectForLayer(RenderLayer*, bool);

Should be const RenderLayer*

> Source/WebCore/inspector/InspectorLayerTreeAgent.h:86
> +    PassRefPtr<TypeBuilder::LayerTree::IntRect> buildObjectForIntRect(IntRect);

const IntRect&

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