Index: content/browser/renderer_host/input/mouse_wheel_event_queue.cc |
diff --git a/content/browser/renderer_host/input/mouse_wheel_event_queue.cc b/content/browser/renderer_host/input/mouse_wheel_event_queue.cc |
index a777b860b3716204efa2142bd0212acf2d2be8f2..38405d81af7fc09203f0407a4762866080c7637d 100644 |
--- a/content/browser/renderer_host/input/mouse_wheel_event_queue.cc |
+++ b/content/browser/renderer_host/input/mouse_wheel_event_queue.cc |
@@ -29,7 +29,6 @@ class QueuedWebMouseWheelEvent : public MouseWheelEventWithLatencyInfo { |
} |
private: |
- bool original_can_scroll_; |
DISALLOW_COPY_AND_ASSIGN(QueuedWebMouseWheelEvent); |
}; |