| Index: third_party/WebKit/Source/web/WebViewImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
|
| index 4029feedbe58e42c643f2f3ae5a2cce280326e02..aecebb7a696a1408071f22e989f94e6ca9d1056b 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -326,6 +326,8 @@ public:
|
|
|
| WebDevToolsAgentImpl* mainFrameDevToolsAgentImpl();
|
|
|
| + void setTouchEventEmulationEnabled(bool);
|
| +
|
| DevToolsEmulator* devToolsEmulator() const
|
| {
|
| return m_devToolsEmulator.get();
|
|
|