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

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

Issue 1390163003: Cleanup of some old TODOs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 e23d0b278e333c775ade0449610fb2cd9b1b7cd8..15cda746b21da1b0c32c55e3ed40d47aad010373 100644
--- a/content/browser/renderer_host/input/gesture_event_queue.cc
+++ b/content/browser/renderer_host/input/gesture_event_queue.cc
@@ -207,7 +207,6 @@ void GestureEventQueue::ProcessGestureAck(InputEventAckState ack_result,
// It's possible that the ack for the second event in an in-flight, coalesced
// Gesture{Scroll,Pinch}Update pair is received prior to the first event ack.
- // TODO(jdduke): Unify GSU/GPU pairs into a single event, crbug.com/359115.
size_t event_index = 0;
if (ignore_next_ack_ &&
coalesced_gesture_events_.size() > 1 &&
@@ -248,7 +247,6 @@ void GestureEventQueue::ProcessGestureAck(InputEventAckState ack_result,
const GestureEventWithLatencyInfo& first_gesture_event =
coalesced_gesture_events_.front();
- // TODO(jdduke): Unify GSU/GPU pairs into a single event, crbug.com/359115.
// Check for the coupled GesturePinchUpdate before sending either event,
// handling the case where the first GestureScrollUpdate ack is synchronous.
GestureEventWithLatencyInfo second_gesture_event;
« no previous file with comments | « content/browser/android/content_view_core_impl.cc ('k') | content/browser/renderer_host/input/input_router_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698