| 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 41faa3618351a4a715ebb4f347844a41dc077da8..aa8d7a153a9c7079b2909018d47a890ea618336c 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.
|
|
|