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

Unified Diff: content/browser/renderer_host/input/gesture_event_filter.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/renderer_host/input/gesture_event_filter.h
diff --git a/content/browser/renderer_host/input/gesture_event_filter.h b/content/browser/renderer_host/input/gesture_event_filter.h
index 61cb7f7b16d2a8fee62cc67611c4e05c00010995..7ed57decd304289eb2127459ebf789b756e71ecd 100644
--- a/content/browser/renderer_host/input/gesture_event_filter.h
+++ b/content/browser/renderer_host/input/gesture_event_filter.h
@@ -74,7 +74,7 @@ class CONTENT_EXPORT GestureEventFilter {
// with state |ack_result| and event |type|. May send events if the queue is
// not empty.
void ProcessGestureAck(InputEventAckState ack_result,
- WebKit::WebInputEvent::Type type,
+ blink::WebInputEvent::Type type,
const ui::LatencyInfo& latency);
// Sets the state of the |fling_in_progress_| field to indicate that a fling
@@ -93,7 +93,7 @@ class CONTENT_EXPORT GestureEventFilter {
friend class MockRenderWidgetHost;
friend class GestureEventFilterTest;
- static bool ShouldIgnoreAckForGestureType(WebKit::WebInputEvent::Type type);
+ static bool ShouldIgnoreAckForGestureType(blink::WebInputEvent::Type type);
// TODO(mohsen): There are a bunch of ShouldForward.../ShouldDiscard...
// methods that are getting confusing. This should be somehow fixed. Maybe
« no previous file with comments | « content/browser/renderer_host/ime_adapter_android.cc ('k') | content/browser/renderer_host/input/gesture_event_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698