| Index: Source/core/inspector/InspectorPageAgent.h
|
| diff --git a/Source/core/inspector/InspectorPageAgent.h b/Source/core/inspector/InspectorPageAgent.h
|
| index cc850c4eec9b9bf9a2bf6ef794c71fb893d35803..54e4e2b21d406e0b213acf36dae7429d9fb91e41 100644
|
| --- a/Source/core/inspector/InspectorPageAgent.h
|
| +++ b/Source/core/inspector/InspectorPageAgent.h
|
| @@ -54,7 +54,7 @@ class KURL;
|
| class LayoutRect;
|
| class LocalFrame;
|
| class Page;
|
| -class RenderObject;
|
| +class LayoutObject;
|
| class SharedBuffer;
|
| class StyleResolver;
|
| class TextResourceDecoder;
|
| @@ -144,8 +144,8 @@ public:
|
| void didRunJavaScriptDialog();
|
| bool applyViewportStyleOverride(StyleResolver*);
|
| void applyEmulatedMedia(String*);
|
| - void didPaint(RenderObject*, const GraphicsLayer*, GraphicsContext*, const LayoutRect&);
|
| - void didLayout(RenderObject*);
|
| + void didPaint(LayoutObject*, const GraphicsLayer*, GraphicsContext*, const LayoutRect&);
|
| + void didLayout(LayoutObject*);
|
| void didScroll();
|
| void didResizeMainFrame();
|
| void didRecalculateStyle(int);
|
|
|