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

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

Issue 2910513006: input: Immediately start timer for synthetic event dispatch. (Closed)
Patch Set: Created 3 years, 7 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
« no previous file with comments | « no previous file | content/browser/renderer_host/input/synthetic_gesture_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 176230098cbcc45983e30f6cb141e6d1985df6b7..280c077b8529b42ef119c9cdf2c24397034f0857 100644
--- a/content/browser/renderer_host/input/synthetic_gesture_controller.h
+++ b/content/browser/renderer_host/input/synthetic_gesture_controller.h
@@ -57,10 +57,7 @@ class CONTENT_EXPORT SyntheticGestureController {
private:
friend class SyntheticGestureControllerTestBase;
- void RequestBeginFrame();
- void OnBeginFrame();
void StartTimer();
-
void StartGesture(const SyntheticGesture& gesture);
void StopGesture(const SyntheticGesture& gesture,
const OnGestureCompleteCallback& completion_callback,
« no previous file with comments | « no previous file | content/browser/renderer_host/input/synthetic_gesture_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698