[Webkit-unassigned] [Bug 103937] [chromium] fix showFPScounter and showPaintRects not toggleable after page change
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 3 16:39:07 PST 2012
https://bugs.webkit.org/show_bug.cgi?id=103937
--- Comment #5 from egraether at chromium.org 2012-12-03 16:41:32 PST ---
(In reply to comment #3)
> (From update of attachment 177348 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=177348&action=review
>
> This patch looks good (except for InspectorPageAgent interaction from within WebKit). There are two other ways it could be implemented: 1) finding a signal that would reliably trigger after layer tree is there from within WebCore or 2) creating such a signal.
>
> > Source/WebKit/chromium/src/WebViewImpl.cpp:4048
> > +#if ENABLE(INSPECTOR)
>
> chromium === ENABLE(INSPECTOR)
>
> > Source/WebKit/chromium/src/WebViewImpl.cpp:4049
> > + InspectorPageAgent* pageAgent = page()->inspectorController()->pageAgent();
>
> You can only talk to InspectorController from WebKit layer.
Thanks, I switched to storing the values in fields of WebViewImpl.
--
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