| 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
 | 
| 
 |