| Index: Source/core/inspector/InspectorPageAgent.h
|
| diff --git a/Source/core/inspector/InspectorPageAgent.h b/Source/core/inspector/InspectorPageAgent.h
|
| index 6b61c7750167ae6e87904c98e3fc94864269ebc9..bd3db912b7b55dcc3774014f5d16cbc938b6ffc2 100644
|
| --- a/Source/core/inspector/InspectorPageAgent.h
|
| +++ b/Source/core/inspector/InspectorPageAgent.h
|
| @@ -58,7 +58,6 @@ class LocalFrame;
|
| class Page;
|
| class LayoutObject;
|
| class SharedBuffer;
|
| -class StyleResolver;
|
| class TextResourceDecoder;
|
|
|
| typedef String ErrorString;
|
| @@ -143,7 +142,7 @@ public:
|
| void frameClearedScheduledNavigation(LocalFrame*);
|
| void willRunJavaScriptDialog(const String& message);
|
| void didRunJavaScriptDialog();
|
| - bool applyViewportStyleOverride(StyleResolver*);
|
| + bool shouldApplyViewportStyleOverride();
|
| void applyEmulatedMedia(String*);
|
| void didPaint(LayoutObject*, const GraphicsLayer*, GraphicsContext*, const LayoutRect&);
|
| void didLayout();
|
|
|