[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:36:26 PST 2012


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





--- Comment #37 from Andrey Kosyakov <caseq at chromium.org>  2012-11-30 15:38:43 PST ---
(In reply to comment #36)
> (In reply to comment #34)
> > (From update of attachment 176977 [details] [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).

That was another thing that I was curious about -- does it have to be? My original question, though, was rather about the effect of run-time compositing mode, not the compile-time ability to do 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