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

Unified Diff: content/browser/renderer_host/input/gesture_event_queue.cc

Issue 2683043004: Remove ui/events/blink dependency on blink_minimal. (Closed)
Patch Set: fix win debug Created 3 years, 10 months 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_queue.cc
diff --git a/content/browser/renderer_host/input/gesture_event_queue.cc b/content/browser/renderer_host/input/gesture_event_queue.cc
index e4c934e05b1f3ca44728abb8f6cf71256cac6a87..95c467a0d1f496112743cf610d47bc12ae6b4920 100644
--- a/content/browser/renderer_host/input/gesture_event_queue.cc
+++ b/content/browser/renderer_host/input/gesture_event_queue.cc
@@ -323,7 +323,7 @@ void GestureEventQueue::QueueScrollOrPinchAndForwardIfNecessary(
coalesced_gesture_events_.pop_back();
// Extract the second last event in queue.
- blink::WebScopedInputEvent second_last_gesture_event = nullptr;
+ ui::WebScopedInputEvent second_last_gesture_event = nullptr;
if (unsent_events_count > 1 &&
ui::IsCompatibleScrollorPinch(gesture_event.event,
coalesced_gesture_events_.back().event)) {

Powered by Google App Engine
This is Rietveld 408576698