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

Unified Diff: content/common/input/input_event_utils.cc

Issue 1776843003: Re-land enabling wheel gestures on all platforms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master_wheel_regression_4
Patch Set: Rebase 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/input/input_event_utils.cc
diff --git a/content/common/input/input_event_utils.cc b/content/common/input/input_event_utils.cc
index 925452f56d9bb821465afb28bac9dde72f0813a8..31669ed3ca3b576e0771f99689331596fb0e990e 100644
--- a/content/common/input/input_event_utils.cc
+++ b/content/common/input/input_event_utils.cc
@@ -11,7 +11,7 @@ namespace content {
bool UseGestureBasedWheelScrolling() {
base::CommandLine* cmd = base::CommandLine::ForCurrentProcess();
- return cmd->HasSwitch(switches::kEnableWheelGestures);
+ return !cmd->HasSwitch(switches::kDisableWheelGestures);
}
} // namespace content
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698