[Webkit-unassigned] [Bug 99660] checkbox to toggle FPS counter in the inspector's settings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 8 17:33:27 PST 2012


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





--- Comment #40 from egraether at chromium.org  2012-11-08 17:35:01 PST ---
(From update of attachment 173158)
View in context: https://bugs.webkit.org/attachment.cgi?id=173158&action=review

> Source/WebCore/inspector/InspectorClient.h:83
> +    virtual bool canShowFPSCounter() { return false; }

Made false the default.

> Source/WebCore/inspector/InspectorPageAgent.h:113
> +    virtual void canShowFPSCounter(ErrorString*, bool*);

Dropped the outParam.

> Source/WebKit/chromium/src/InspectorClientImpl.cpp:205
> +    return true;

Chromium returns true;

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