Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1046)

Unified Diff: Source/core/inspector/InspectorPageAgent.h

Issue 362773003: [DevTools] Explicitly enable/disable Page.viewportChanged protocol event. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « no previous file | Source/core/inspector/InspectorPageAgent.cpp » ('j') | Source/devtools/front_end/ResponsiveDesignView.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698