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

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

Issue 2536723007: Removed android scrolling fake mouse moves and device_supports_mouse (Closed)
Patch Set: Made checks mirror what previous logic 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.h
diff --git a/third_party/WebKit/Source/web/WebSettingsImpl.h b/third_party/WebKit/Source/web/WebSettingsImpl.h
index ecfde10fed30305badc80ee36fd2324712bfc751..f16e5acb4928542042319cdebf45fbb59adadd26 100644
--- a/third_party/WebKit/Source/web/WebSettingsImpl.h
+++ b/third_party/WebKit/Source/web/WebSettingsImpl.h
@@ -81,7 +81,6 @@ class WEB_EXPORT WebSettingsImpl final : NON_EXPORTED_BASE(public WebSettings) {
void setDeviceScaleAdjustment(float) override;
// FIXME: Replace these two with pointer/hover queries? crbug.com/441813
aelias_OOO_until_Jul13 2016/12/02 05:33:14 "Replace this"
amaralp 2016/12/02 23:00:36 Done.
- void setDeviceSupportsMouse(bool) override;
void setDeviceSupportsTouch(bool) override;
void setDisableReadingFromCanvas(bool) override;

Powered by Google App Engine
This is Rietveld 408576698