[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:32:42 PST 2012


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





--- Comment #7 from Antoine Quint <graouts at apple.com>  2012-11-28 09:34:55 PST ---
(In reply to comment #6)
> (From update of attachment 176477 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=176477&action=review
> 
> >> Source/WebCore/inspector/InspectorLayerTreeAgent.h:85
> >> +    PassRefPtr<TypeBuilder::LayerTree::Layer> buildObjectForLayer(RenderLayer*, bool);
> > 
> > Should be const RenderLayer*
> 
> Boolean params :(  I'd rather a more descriptive parameter, or leave it out altogether since it's always passed as true in the code here.

I think it should be left out. A previous iteration of this patch allowed to get details without recursing through children but there's no use for this now.

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