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

Unified Diff: services/ui/ws/compositor_frame_sink_client_binding.cc

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
« no previous file with comments | « services/ui/ws/compositor_frame_sink_client_binding.h ('k') | services/ui/ws/frame_generator_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/compositor_frame_sink_client_binding.cc
diff --git a/services/ui/ws/compositor_frame_sink_client_binding.cc b/services/ui/ws/compositor_frame_sink_client_binding.cc
index 4532063b014674d0db829c30e290c28c4ca33b7b..a0dc3d0bb8b2e6abb6bb763025ab9ba0b5006c85 100644
--- a/services/ui/ws/compositor_frame_sink_client_binding.cc
+++ b/services/ui/ws/compositor_frame_sink_client_binding.cc
@@ -42,9 +42,5 @@ void CompositorFrameSinkClientBinding::DidNotProduceFrame(
compositor_frame_sink_->DidNotProduceFrame(ack);
}
-void CompositorFrameSinkClientBinding::EvictCurrentSurface() {
- compositor_frame_sink_->EvictCurrentSurface();
-}
-
} // namespace ws
} // namespace ui
« no previous file with comments | « services/ui/ws/compositor_frame_sink_client_binding.h ('k') | services/ui/ws/frame_generator_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698