| Index: Source/core/inspector/InspectorPageAgent.h
|
| diff --git a/Source/core/inspector/InspectorPageAgent.h b/Source/core/inspector/InspectorPageAgent.h
|
| index 03b9f98f92f1a91492a75eeef82fcf7c8d88359b..57f8d4dc3fcbe8ad37b80b9b8cf11e6e51d6f5dd 100644
|
| --- a/Source/core/inspector/InspectorPageAgent.h
|
| +++ b/Source/core/inspector/InspectorPageAgent.h
|
| @@ -111,6 +111,7 @@ public:
|
| virtual void setDeviceMetricsOverride(ErrorString*, int width, int height, double deviceScaleFactor, bool emulateViewport, bool fitWindow, const double* optionalScale, const double* optionalOffsetX, const double* optionalOffsetY) OVERRIDE;
|
| virtual void clearDeviceMetricsOverride(ErrorString*) OVERRIDE;
|
| virtual void resetScrollAndPageScaleFactor(ErrorString*) OVERRIDE;
|
| + virtual void setViewportChangedEventEnabled(ErrorString*, bool enabled) OVERRIDE;
|
| virtual void setShowPaintRects(ErrorString*, bool show) OVERRIDE;
|
| virtual void setShowDebugBorders(ErrorString*, bool show) OVERRIDE;
|
| virtual void setShowFPSCounter(ErrorString*, bool show) OVERRIDE;
|
|
|