| Index: Source/core/inspector/InspectorPageAgent.h
|
| diff --git a/Source/core/inspector/InspectorPageAgent.h b/Source/core/inspector/InspectorPageAgent.h
|
| index 9f025838577d755ba532d1e2df5ce6b6baf9bb77..b1e67763d61172ee58b5d82c0cbdcca48c0356b1 100644
|
| --- a/Source/core/inspector/InspectorPageAgent.h
|
| +++ b/Source/core/inspector/InspectorPageAgent.h
|
| @@ -143,7 +143,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);
|
|
|