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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 9 16:06:44 PST 2012


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





--- Comment #48 from egraether at chromium.org  2012-11-09 16:08:20 PST ---
(From update of attachment 173387)
View in context: https://bugs.webkit.org/attachment.cgi?id=173387&action=review

I thought it was nice that the FPS counter stays, but I understand why it should get disabled.
Thank you very much for the instructions.

> Source/WebCore/inspector/InspectorPageAgent.cpp:370
> +    bool showFPSCounter = m_state->getBoolean(PageAgentState::pageAgentShowFPSCounter);

restoring the setting

> Source/WebCore/inspector/InspectorPageAgent.cpp:381
> +    setShowFPSCounter(0, false);

disabling the setting

> Source/WebCore/inspector/InspectorPageAgent.cpp:725
> +    m_state->setBoolean(PageAgentState::pageAgentShowFPSCounter, show);

saving the setting

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