| Index: content/browser/renderer_host/input/gesture_event_queue.h
|
| diff --git a/content/browser/renderer_host/input/gesture_event_queue.h b/content/browser/renderer_host/input/gesture_event_queue.h
|
| index 457a9ecb4cff24e65613661fe9ac9789ffa6a72e..4df38e8e371a4583ed2211c7cc4d6b4460ec01a7 100644
|
| --- a/content/browser/renderer_host/input/gesture_event_queue.h
|
| +++ b/content/browser/renderer_host/input/gesture_event_queue.h
|
| @@ -117,6 +117,8 @@ class CONTENT_EXPORT GestureEventQueue {
|
| friend class GestureEventQueueTest;
|
| friend class MockRenderWidgetHost;
|
|
|
| + bool OnScrollBegin(const GestureEventWithLatencyInfo& gesture_event);
|
| +
|
| // TODO(mohsen): There are a bunch of ShouldForward.../ShouldDiscard...
|
| // methods that are getting confusing. This should be somehow fixed. Maybe
|
| // while refactoring GEQ: http://crbug.com/148443.
|
|
|