Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1337)

Unified Diff: third_party/WebKit/Source/web/WebSettingsImpl.cpp

Issue 2536723007: Removed android scrolling fake mouse moves and device_supports_mouse (Closed)
Patch Set: rebase Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 7d9b181d536280ba1c30d85200e2966d440a6c8a..9af41745bafa81b72016a78c3c25ff11d7b61d33 100644
--- a/third_party/WebKit/Source/web/WebSettingsImpl.cpp
+++ b/third_party/WebKit/Source/web/WebSettingsImpl.cpp
@@ -143,10 +143,6 @@ void WebSettingsImpl::setDeviceSupportsTouch(bool deviceSupportsTouch) {
m_settings->setDeviceSupportsTouch(deviceSupportsTouch);
}
-void WebSettingsImpl::setDeviceSupportsMouse(bool deviceSupportsMouse) {
- m_settings->setDeviceSupportsMouse(deviceSupportsMouse);
-}
-
void WebSettingsImpl::setAutoZoomFocusedNodeToLegibleScale(
bool autoZoomFocusedNodeToLegibleScale) {
m_autoZoomFocusedNodeToLegibleScale = autoZoomFocusedNodeToLegibleScale;
« no previous file with comments | « third_party/WebKit/Source/web/WebSettingsImpl.h ('k') | third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698