Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(150)

Unified Diff: Source/WebCore/inspector/InspectorPageAgent.h

Issue 11413088: Merge 134577 - Web Inspector: highlight is not updating as one edits CSS properties (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1312/
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/WebCore/inspector/InspectorPageAgent.h
===================================================================
--- Source/WebCore/inspector/InspectorPageAgent.h (revision 135283)
+++ Source/WebCore/inspector/InspectorPageAgent.h (working copy)
@@ -139,6 +139,7 @@
void didPaint(GraphicsContext*, const LayoutRect&);
void didLayout();
void didScroll();
+ void didRecalculateStyle();
// Inspector Controller API
virtual void setFrontend(InspectorFrontend*);
@@ -178,7 +179,8 @@
HashMap<Frame*, String> m_frameToIdentifier;
HashMap<String, Frame*> m_identifierToFrame;
HashMap<DocumentLoader*, String> m_loaderToIdentifier;
- bool m_didLoadEventFire;
+ bool m_enabled;
+ bool m_isFirstLayoutAfterOnLoad;
bool m_geolocationOverridden;
RefPtr<GeolocationPosition> m_geolocationPosition;
RefPtr<GeolocationPosition> m_platformGeolocationPosition;
« no previous file with comments | « Source/WebCore/inspector/InspectorInstrumentation.cpp ('k') | Source/WebCore/inspector/InspectorPageAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698