| Index: third_party/WebKit/Source/web/WebViewImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.cpp b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| index 830df41c99311a668cbe970767ff86a85e23982c..837bbc5ee8059710427456c01dc70ff6fa6d577e 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| @@ -3868,6 +3868,11 @@ void WebViewImpl::disableDeviceEmulation()
|
| m_devToolsEmulator->disableDeviceEmulation();
|
| }
|
|
|
| +void WebViewImpl::setTouchEventEmulationEnabled(bool enabled)
|
| +{
|
| + m_devToolsEmulator->setTouchEventEmulationEnabled(enabled);
|
| +}
|
| +
|
| WebAXObject WebViewImpl::accessibilityObject()
|
| {
|
| if (!mainFrameImpl())
|
|
|