[Webkit-unassigned] [Bug 99660] toggle FPS counter option

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 19 01:26:07 PDT 2012


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





--- Comment #7 from Andrey Kosyakov <caseq at chromium.org>  2012-10-19 01:27:03 PST ---
(From update of attachment 169310)
View in context: https://bugs.webkit.org/attachment.cgi?id=169310&action=review

> Source/WebCore/page/ChromeClient.h:367
> +        virtual void setShowFPSCounter(bool show) { }

Given this is only called by inspector, I think it would be better to plumb it through InspectorClient.

> Source/WebKit/chromium/src/WebViewImpl.cpp:3939
> +            // NOTE: disabled for 'show FPS counter' option in WebInspector
> +            // if (layerTreeViewSettings.showFPSCounter || layerTreeViewSettings.showPlatformLayerTree) {

Please remove the code instead of commenting it out.

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