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

Unified Diff: components/exo/compositor_frame_sink.cc

Issue 2632273003: Move ReferencedSurfaceTracker into GpuCompositorFrameSink. (Closed)
Patch Set: Fix iterator invalidation. Created 3 years, 11 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: components/exo/compositor_frame_sink.cc
diff --git a/components/exo/compositor_frame_sink.cc b/components/exo/compositor_frame_sink.cc
index 3418413efcc57b591c3842b93535ab09eb448d13..c49758a40667eb45d6afb09dccdbd76803fbb5ef 100644
--- a/components/exo/compositor_frame_sink.cc
+++ b/components/exo/compositor_frame_sink.cc
@@ -36,18 +36,6 @@ void CompositorFrameSink::SubmitCompositorFrame(
support_.SubmitCompositorFrame(local_frame_id, std::move(frame));
}
-void CompositorFrameSink::AddSurfaceReferences(
- const std::vector<cc::SurfaceReference>& references) {
- // TODO(fsamuel, staraz): Implement this.
- NOTIMPLEMENTED();
-}
-
-void CompositorFrameSink::RemoveSurfaceReferences(
- const std::vector<cc::SurfaceReference>& references) {
- // TODO(fsamuel, staraz): Implement this.
- NOTIMPLEMENTED();
-}
-
void CompositorFrameSink::EvictFrame() {
support_.EvictFrame();
}
« no previous file with comments | « components/exo/compositor_frame_sink.h ('k') | content/browser/renderer_host/offscreen_canvas_compositor_frame_sink.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698