| Index: content/browser/renderer_host/render_widget_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h
|
| index 5877cdad75d19b74e2c61c3968ae2b96de7bc271..79210c29f0ccd5b94cc003741c914346b9e207ed 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -484,8 +484,6 @@ class CONTENT_EXPORT RenderWidgetHostImpl
|
| // Update the renderer's cache of the screen rect of the view and window.
|
| void SendScreenRects();
|
|
|
| - void OnBeginFrame();
|
| -
|
| // Indicates whether the renderer drives the RenderWidgetHosts's size or the
|
| // other way around.
|
| bool auto_resize_enabled() { return auto_resize_enabled_; }
|
| @@ -586,9 +584,6 @@ class CONTENT_EXPORT RenderWidgetHostImpl
|
| return last_frame_metadata_;
|
| }
|
|
|
| - // SyntheticGestureController::Delegate:
|
| - void RequestBeginFrameForSynthesizedInput(
|
| - base::OnceClosure begin_frame_callback) override;
|
| bool HasGestureStopped() override;
|
|
|
| // cc::mojom::MojoCompositorFrameSink implementation.
|
| @@ -994,8 +989,6 @@ class CONTENT_EXPORT RenderWidgetHostImpl
|
| // Sorted by frame token.
|
| std::queue<std::pair<uint32_t, std::vector<IPC::Message>>> queued_messages_;
|
|
|
| - base::OnceClosure begin_frame_callback_;
|
| -
|
| base::WeakPtrFactory<RenderWidgetHostImpl> weak_factory_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(RenderWidgetHostImpl);
|
|
|