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 2049493002: Remove the default wheel event handler from blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove two tests, fix nit Created 4 years, 6 months 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 8fd790aaac74bf30ef29c0bbc00212826881348d..78506162ed58d5b19e0394256dc2de2725b3cd6a 100644
--- a/third_party/WebKit/Source/web/WebSettingsImpl.h
+++ b/third_party/WebKit/Source/web/WebSettingsImpl.h
@@ -193,7 +193,6 @@ public:
void setViewportMetaZeroValuesQuirk(bool) override;
void setWebGLErrorsToConsoleEnabled(bool) override;
void setWebSecurityEnabled(bool) override;
- void setWheelGesturesEnabled(bool) override;
void setWideViewportQuirkEnabled(bool) override;
void setXSSAuditorEnabled(bool) override;
@@ -211,7 +210,6 @@ public:
void setMockGestureTapHighlightsEnabled(bool);
bool mockGestureTapHighlightsEnabled() const;
- bool wheelGesturesEnabled() const;
private:
Settings* m_settings;
« no previous file with comments | « third_party/WebKit/Source/core/input/EventHandler.cpp ('k') | third_party/WebKit/Source/web/WebSettingsImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698