[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
Fri Nov 30 15:10:20 PST 2012


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





--- Comment #36 from Antoine Quint <graouts at apple.com>  2012-11-30 15:12:37 PST ---
(In reply to comment #34)
> (From update of attachment 176977 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=176977&action=review
> 
> >> Source/WebCore/rendering/RenderLayerCompositor.cpp:514
> >> +    InspectorInstrumentation::layerTreeDidChange(this->page());
> > 
> > just page() ?
> 
> So the layer tree managed by InspectorLayerTreeAgent has regular render layers, yet you only update it when in the accelerated compositing mode -- this looks a bit confusing. Isn't there use in the layer tree if the accelerated compositing is not used? Should we make it explicit that the tree is only available in accelerated compositing mode?

The entire agent is guarded with #if USE(ACCELERATED_COMPOSITING).

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