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

Unified Diff: services/ui/surfaces/gpu_compositor_frame_sink.cc

Issue 2544103002: Added MojoCompositorFrameSink::EvictFrame() and MojoCompositorFrameSinkClient::WillDrawSurface() (Closed)
Patch Set: Created 4 years 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/surfaces/gpu_compositor_frame_sink.h ('k') | services/ui/ws/frame_generator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/surfaces/gpu_compositor_frame_sink.cc
diff --git a/services/ui/surfaces/gpu_compositor_frame_sink.cc b/services/ui/surfaces/gpu_compositor_frame_sink.cc
index 92e2ec05c6b60dc57b6fe2063c6f7f8cab3798a1..9304c87ec5a59729f1ad700f7347a95eef95e331 100644
--- a/services/ui/surfaces/gpu_compositor_frame_sink.cc
+++ b/services/ui/surfaces/gpu_compositor_frame_sink.cc
@@ -97,6 +97,11 @@ void GpuCompositorFrameSink::SubmitCompositorFrame(
}
}
+void GpuCompositorFrameSink::EvictFrame() {
+ // TODO(fsamuel, staraz): Implement this.
+ NOTIMPLEMENTED();
Fady Samuel 2016/12/01 21:55:41 Implement it here? surface_factory_.EvictSurface()
Alex Z. 2016/12/01 21:59:15 Done.
+}
+
void GpuCompositorFrameSink::DidReceiveCompositorFrameAck() {
if (!client_)
return;
« no previous file with comments | « services/ui/surfaces/gpu_compositor_frame_sink.h ('k') | services/ui/ws/frame_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698