[Webkit-unassigned] [Bug 88268] [chromium] Expose rendering statistics to WebLayerTreeView.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 13 22:39:47 PDT 2012


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





--- Comment #12 from Nat Duca <nduca at chromium.org>  2012-06-13 22:39:46 PST ---
> > You should ASSERT_NOT_REACHED in the case that this is called in non-accelerated mode.
> 
> Won't that just cause Chrome to crash? As written, this method just does nothing in non-accelerated mode. Since I'm adding a constructor to WebRenderingStats, the benchmarking extension can check the fields, and exclude them from Javascript if they haven't been set.

Hopefuly not. chrome wil be making this call, so you can have chrome not call down to webkit in software mode, and instead fill in the same structure with the software mode statistics. That is to say, make a renderview method with the same sort of api --- renderingStatistics() that itself says "if composited mode, ask webview for stats, else have the render_widget fill it in.

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