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

Unified Diff: components/display_compositor/gpu_compositor_frame_sink.h

Issue 2711913006: Move FrameSink hierarchy registration to DisplayCompositor interface (Closed)
Patch Set: Fix mojom Formatting Created 3 years, 10 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/display_compositor/gpu_compositor_frame_sink.h
diff --git a/components/display_compositor/gpu_compositor_frame_sink.h b/components/display_compositor/gpu_compositor_frame_sink.h
index 761acdd868e58f083300fc4915ae178aa31a844b..b5008259d6aa872e15bec49b1547f817ad28aa81 100644
--- a/components/display_compositor/gpu_compositor_frame_sink.h
+++ b/components/display_compositor/gpu_compositor_frame_sink.h
@@ -46,9 +46,6 @@ class DISPLAY_COMPOSITOR_EXPORT GpuCompositorFrameSink
void Satisfy(const cc::SurfaceSequence& sequence) override;
// cc::mojom::MojoCompositorFrameSinkPrivate:
- void AddChildFrameSink(const cc::FrameSinkId& child_frame_sink_id) override;
- void RemoveChildFrameSink(
- const cc::FrameSinkId& child_frame_sink_id) override;
void RequestCopyOfSurface(
std::unique_ptr<cc::CopyOutputRequest> request) override;
« no previous file with comments | « cc/surfaces/compositor_frame_sink_support.cc ('k') | components/display_compositor/gpu_compositor_frame_sink.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698