| Index: content/browser/android/content_view_core_impl.h
|
| diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h
|
| index b9edb67eae1fc0aa0c54daae722eacfc03caf19b..274d30eb1963b4b94e4efe67e1b16f700e3a5f95 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -298,11 +298,6 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| void SetNeedsAnimate();
|
|
|
| private:
|
| - enum InputEventVSyncStatus {
|
| - NOT_LAST_INPUT_EVENT_FOR_VSYNC,
|
| - LAST_INPUT_EVENT_FOR_VSYNC
|
| - };
|
| -
|
| class ContentViewUserData;
|
|
|
| friend class ContentViewUserData;
|
| @@ -324,8 +319,7 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| float GetTouchPaddingDip();
|
|
|
| WebKit::WebGestureEvent MakeGestureEvent(
|
| - WebKit::WebInputEvent::Type type, long time_ms,
|
| - float x, float y, InputEventVSyncStatus vsync_status) const;
|
| + WebKit::WebInputEvent::Type type, long time_ms, float x, float y) const;
|
|
|
| gfx::Size GetViewportSizePix() const;
|
| gfx::Size GetViewportSizeOffsetPix() const;
|
|
|