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