| Index: public/web/WebDevToolsAgentClient.h
|
| diff --git a/public/web/WebDevToolsAgentClient.h b/public/web/WebDevToolsAgentClient.h
|
| index dd48b963cb67f0b5775d8949cac235c812a311bb..027f37149a73bc843b7c4eceb6bf71a72db35fd6 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) { }
|
| +
|
| protected:
|
| ~WebDevToolsAgentClient() { }
|
| };
|
|
|