Index: Source/core/inspector/InspectorPageAgent.h |
diff --git a/Source/core/inspector/InspectorPageAgent.h b/Source/core/inspector/InspectorPageAgent.h |
index e283bd1ec8af1b8d460e872e87b53bff0f66f8ef..0c553d58881851048d3ea476d4e0e884253c843c 100644 |
--- a/Source/core/inspector/InspectorPageAgent.h |
+++ b/Source/core/inspector/InspectorPageAgent.h |
@@ -146,7 +146,7 @@ public: |
bool applyViewportStyleOverride(StyleResolver*); |
void applyEmulatedMedia(String*); |
void didPaint(LayoutObject*, const GraphicsLayer*, GraphicsContext*, const LayoutRect&); |
- void didLayout(LayoutObject*); |
+ void didLayout(); |
void didScroll(); |
void didResizeMainFrame(); |
void didRecalculateStyle(int); |