Index: public/web/WebDevToolsAgentClient.h |
diff --git a/public/web/WebDevToolsAgentClient.h b/public/web/WebDevToolsAgentClient.h |
index dd48b963cb67f0b5775d8949cac235c812a311bb..7cc7eac58479146c289e9694b5429f4659d67fcd 100644 |
--- a/public/web/WebDevToolsAgentClient.h |
+++ b/public/web/WebDevToolsAgentClient.h |
@@ -96,6 +96,8 @@ public: |
// Cancel emulation started via |enableDeviceEmulation| call. |
virtual void disableDeviceEmulation() { } |
+ virtual void setTouchEventEmulationEnabled(bool enabled, bool allowPinch) { } |
+ |
protected: |
~WebDevToolsAgentClient() { } |
}; |