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

Unified Diff: services/ui/ws/compositor_frame_sink_client_binding.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: services/ui/ws/compositor_frame_sink_client_binding.h
diff --git a/services/ui/ws/compositor_frame_sink_client_binding.h b/services/ui/ws/compositor_frame_sink_client_binding.h
index a55c89298720b4a00a03b75fbc78c55d3be9e571..c588c5b2a3c21e0f745f691cae7d49373ce3eaef 100644
--- a/services/ui/ws/compositor_frame_sink_client_binding.h
+++ b/services/ui/ws/compositor_frame_sink_client_binding.h
@@ -34,7 +34,6 @@ class CompositorFrameSinkClientBinding
cc::CompositorFrame frame) override;
void SetNeedsBeginFrame(bool needs_begin_frame) override;
void DidNotProduceFrame(const cc::BeginFrameAck& ack) override;
- void EvictCurrentSurface() override;
mojo::Binding<cc::mojom::MojoCompositorFrameSinkClient> binding_;
cc::mojom::DisplayPrivateAssociatedPtr display_private_;
« no previous file with comments | « content/browser/renderer_host/render_widget_host_impl.h ('k') | services/ui/ws/compositor_frame_sink_client_binding.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698