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

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

Issue 2935563002: input: Remove dead code. (Closed)
Patch Set: . Created 3 years, 6 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 280c077b8529b42ef119c9cdf2c24397034f0857..5ed093af69451fccdd50a2d0a6bea17326ded4fe 100644
--- a/content/browser/renderer_host/input/synthetic_gesture_controller.h
+++ b/content/browser/renderer_host/input/synthetic_gesture_controller.h
@@ -32,11 +32,6 @@ class CONTENT_EXPORT SyntheticGestureController {
public:
virtual ~Delegate() {}
- // Requests a single begin frame. The passed callback is run on the next
- // begin frame message.
- virtual void RequestBeginFrameForSynthesizedInput(
- base::OnceClosure callback) = 0;
-
// Returns whether any gesture created by dispatched input events has
// completed or not.
virtual bool HasGestureStopped() = 0;

Powered by Google App Engine
This is Rietveld 408576698