| Index: content/browser/renderer_host/input/content_gesture_provider.h
|
| diff --git a/content/browser/renderer_host/input/content_gesture_provider.h b/content/browser/renderer_host/input/content_gesture_provider.h
|
| index 0965a978a847b135be67c9a31ca55040d7e7b940..c59c18d379eaa889308d7cbf608ef8c419682823 100644
|
| --- a/content/browser/renderer_host/input/content_gesture_provider.h
|
| +++ b/content/browser/renderer_host/input/content_gesture_provider.h
|
| @@ -48,6 +48,7 @@ class ContentGestureProvider : public ui::TouchDispositionGestureFilterClient,
|
| void SetMultiTouchSupportEnabled(bool enabled);
|
| void SetDoubleTapSupportForPlatformEnabled(bool enabled);
|
| void SetDoubleTapSupportForPageEnabled(bool enabled);
|
| + const ui::MotionEvent* GetCurrentDownEvent() const;
|
|
|
| private:
|
| // ui::GestureProviderClient
|
|
|