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 aa4d04c3eb76cee7cf85e9dd408003809b2ef877..3f12ceddf2d278acd2b6522a63af9d2d1accc1cf 100644 |
--- a/content/browser/android/content_view_core_impl.h |
+++ b/content/browser/android/content_view_core_impl.h |
@@ -333,8 +333,8 @@ class ContentViewCoreImpl : public ContentViewCore, |
float GetTouchPaddingDip(); |
- WebKit::WebGestureEvent MakeGestureEvent( |
- WebKit::WebInputEvent::Type type, long time_ms, float x, float y) const; |
+ blink::WebGestureEvent MakeGestureEvent( |
+ blink::WebInputEvent::Type type, long time_ms, float x, float y) const; |
void SendBeginFrame(base::TimeTicks frame_time); |
@@ -343,7 +343,7 @@ class ContentViewCoreImpl : public ContentViewCore, |
void DeleteScaledSnapshotTexture(); |
- void SendGestureEvent(const WebKit::WebGestureEvent& event); |
+ void SendGestureEvent(const blink::WebGestureEvent& event); |
// Checks if there there is a corresponding renderer process and updates |
// |tab_crashed_| accordingly. |