| 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,
|
|
|