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

Unified Diff: content/browser/renderer_host/offscreen_canvas_compositor_frame_sink.cc

Issue 2541683004: Add/remove surface references via MojoCompositorFrameSink. (Closed)
Patch Set: Cleanup. 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
Index: content/browser/renderer_host/offscreen_canvas_compositor_frame_sink.cc
diff --git a/content/browser/renderer_host/offscreen_canvas_compositor_frame_sink.cc b/content/browser/renderer_host/offscreen_canvas_compositor_frame_sink.cc
index f938e13cbe675323dea77851b1fc51a5e345bd64..42515b52c32e942e0572f0952603620e7ed0b40c 100644
--- a/content/browser/renderer_host/offscreen_canvas_compositor_frame_sink.cc
+++ b/content/browser/renderer_host/offscreen_canvas_compositor_frame_sink.cc
@@ -59,6 +59,16 @@ void OffscreenCanvasCompositorFrameSink::SetNeedsBeginFrame(
NOTIMPLEMENTED();
}
+void OffscreenCanvasCompositorFrameSink::AddSurfaceReferences(
+ const std::vector<cc::SurfaceReference>& references) {
+ NOTIMPLEMENTED();
+}
+
+void OffscreenCanvasCompositorFrameSink::RemoveSurfaceReferences(
+ const std::vector<cc::SurfaceReference>& references) {
+ NOTIMPLEMENTED();
+}
+
void OffscreenCanvasCompositorFrameSink::EvictFrame() {
// TODO(fsamuel, staraz): Implement this
NOTIMPLEMENTED();
« no previous file with comments | « content/browser/renderer_host/offscreen_canvas_compositor_frame_sink.h ('k') | services/ui/surfaces/display_compositor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698