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