| Index: third_party/WebKit/Source/web/WebSettingsImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebSettingsImpl.cpp b/third_party/WebKit/Source/web/WebSettingsImpl.cpp
|
| index 30777b980a412037a8ea0539ac5c16265b0096e0..2a06498b032fa5ca4d709b6ddabaaffb4bfbbcaf 100644
|
| --- a/third_party/WebKit/Source/web/WebSettingsImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebSettingsImpl.cpp
|
| @@ -139,10 +139,6 @@ void WebSettingsImpl::setMinimumLogicalFontSize(int size) {
|
| m_settings->setMinimumLogicalFontSize(size);
|
| }
|
|
|
| -void WebSettingsImpl::setDeviceSupportsTouch(bool deviceSupportsTouch) {
|
| - m_settings->setDeviceSupportsTouch(deviceSupportsTouch);
|
| -}
|
| -
|
| void WebSettingsImpl::setAutoZoomFocusedNodeToLegibleScale(
|
| bool autoZoomFocusedNodeToLegibleScale) {
|
| m_autoZoomFocusedNodeToLegibleScale = autoZoomFocusedNodeToLegibleScale;
|
|
|