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

Unified Diff: content/browser/renderer_host/render_widget_host_impl.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/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);

Powered by Google App Engine
This is Rietveld 408576698