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

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

Issue 1841053002: Fix mouse wheel scrolling on PDFs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comment Created 4 years, 9 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 216c41504cb3fab5986f055921245a6fe121c023..7babca75c844e36f2ccea45d36f490c7a8639ee9 100644
--- a/third_party/WebKit/Source/web/WebSettingsImpl.h
+++ b/third_party/WebKit/Source/web/WebSettingsImpl.h
@@ -191,6 +191,7 @@ 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;
@@ -208,6 +209,7 @@ public:
void setMockGestureTapHighlightsEnabled(bool);
bool mockGestureTapHighlightsEnabled() const;
+ bool wheelGesturesEnabled() const;
private:
Settings* m_settings;

Powered by Google App Engine
This is Rietveld 408576698