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

Unified Diff: content/browser/renderer_host/render_widget_host_impl.h

Issue 2915483003: Remove MojoCompositorFrameSink::EvictCurrentSurface (Closed)
Patch Set: Fix FrameGenerator unit test 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
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 ae8a9e7ad297ba74ce1ca447c86a3e8843116662..1b7738657333e8cb4a79ef20124bc55c8879791c 100644
--- a/content/browser/renderer_host/render_widget_host_impl.h
+++ b/content/browser/renderer_host/render_widget_host_impl.h
@@ -592,7 +592,6 @@ class CONTENT_EXPORT RenderWidgetHostImpl
void SubmitCompositorFrame(const cc::LocalSurfaceId& local_surface_id,
cc::CompositorFrame frame) override;
void DidNotProduceFrame(const cc::BeginFrameAck& ack) override;
- void EvictCurrentSurface() override {}
protected:
// ---------------------------------------------------------------------------
« no previous file with comments | « components/viz/frame_sinks/gpu_root_compositor_frame_sink.cc ('k') | services/ui/ws/compositor_frame_sink_client_binding.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698