| Index: content/renderer/gpu/render_widget_compositor.cc
|
| diff --git a/content/renderer/gpu/render_widget_compositor.cc b/content/renderer/gpu/render_widget_compositor.cc
|
| index d082c0a335c1ef20a202137aac0d6154960ae9c4..227ff66d30a4ab8c7a8523464c278b170c3150b5 100644
|
| --- a/content/renderer/gpu/render_widget_compositor.cc
|
| +++ b/content/renderer/gpu/render_widget_compositor.cc
|
| @@ -44,7 +44,6 @@
|
| #include "components/scheduler/renderer/renderer_scheduler.h"
|
| #include "content/common/content_switches_internal.h"
|
| #include "content/common/gpu/client/context_provider_command_buffer.h"
|
| -#include "content/common/input/input_event_utils.h"
|
| #include "content/public/common/content_client.h"
|
| #include "content/public/common/content_switches.h"
|
| #include "content/renderer/gpu/render_widget_compositor_delegate.h"
|
| @@ -250,7 +249,6 @@ void RenderWidgetCompositor::Initialize(float device_scale_factor) {
|
| }
|
| settings.main_frame_before_activation_enabled =
|
| cmd->HasSwitch(cc::switches::kEnableMainFrameBeforeActivation);
|
| - settings.use_mouse_wheel_gestures = UseGestureBasedWheelScrolling();
|
|
|
| settings.default_tile_size = CalculateDefaultTileSize(device_scale_factor);
|
| if (cmd->HasSwitch(switches::kDefaultTileWidth)) {
|
|
|