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

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

Issue 693893002: [DevTools] Add configuration parameter to Page.setTouchEmulationEnabled. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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
« no previous file with comments | « no previous file | Source/core/inspector/InspectorPageAgent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorPageAgent.h
diff --git a/Source/core/inspector/InspectorPageAgent.h b/Source/core/inspector/InspectorPageAgent.h
index 530b3a97d92c4ff5db626c7c729114a9f6b9d5da..65fcb4ce2ea30bc0c5562a5a06db792c1266508e 100644
--- a/Source/core/inspector/InspectorPageAgent.h
+++ b/Source/core/inspector/InspectorPageAgent.h
@@ -118,7 +118,7 @@ public:
virtual void setShowScrollBottleneckRects(ErrorString*, bool show) override;
virtual void getScriptExecutionStatus(ErrorString*, PageCommandHandler::Result::Enum*) override;
virtual void setScriptExecutionDisabled(ErrorString*, bool) override;
- virtual void setTouchEmulationEnabled(ErrorString*, bool) override;
+ virtual void setTouchEmulationEnabled(ErrorString*, bool enabled, const String* configuration) override;
virtual void setEmulatedMedia(ErrorString*, const String&) override;
virtual void startScreencast(ErrorString*, const String* format, const int* quality, const int* maxWidth, const int* maxHeight) override;
virtual void stopScreencast(ErrorString*) override;
« no previous file with comments | « no previous file | Source/core/inspector/InspectorPageAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698