| Index: content/browser/renderer_host/input/mouse_wheel_event_queue.h
|
| diff --git a/content/browser/renderer_host/input/mouse_wheel_event_queue.h b/content/browser/renderer_host/input/mouse_wheel_event_queue.h
|
| index d4e9c7e97d47bdae55ee764217e55e8e0e714426..b37fd0434038d9047d4aa0df083bce090be7d004 100644
|
| --- a/content/browser/renderer_host/input/mouse_wheel_event_queue.h
|
| +++ b/content/browser/renderer_host/input/mouse_wheel_event_queue.h
|
| @@ -93,6 +93,8 @@ class CONTENT_EXPORT MouseWheelEventQueue {
|
| // True if the touchpad and wheel scroll latching is enabled.
|
| bool enable_scroll_latching_;
|
|
|
| + bool send_wheel_events_async_;
|
| +
|
| blink::WebGestureDevice scrolling_device_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(MouseWheelEventQueue);
|
|
|