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

Unified Diff: content/browser/renderer_host/input/synthetic_gesture_controller.h

Issue 1408213002: Add hooks for flushing input from BeginFrame dispatch on Aura (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build for real 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/synthetic_gesture_controller.h
diff --git a/content/browser/renderer_host/input/synthetic_gesture_controller.h b/content/browser/renderer_host/input/synthetic_gesture_controller.h
index 0a42f316756f4b708a0112faaa2e887e9112cc03..03988f7d6aafac8966046e0d0b7be63804c57959 100644
--- a/content/browser/renderer_host/input/synthetic_gesture_controller.h
+++ b/content/browser/renderer_host/input/synthetic_gesture_controller.h
@@ -40,7 +40,7 @@ class CONTENT_EXPORT SyntheticGestureController {
// To be called when all events generated from the current gesture have been
// fully flushed from the input pipeline (i.e., sent, processed and ack'ed).
- void OnDidFlushInput();
+ void OnDidFlushAllInput();
private:
void StartGesture(const SyntheticGesture& gesture);

Powered by Google App Engine
This is Rietveld 408576698