Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(245)

Unified Diff: content/browser/android/content_view_core_impl.h

Issue 63253002: Rename WebKit namespace to blink (part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698