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

Unified Diff: components/display_compositor/gpu_root_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_root_compositor_frame_sink.h
diff --git a/components/display_compositor/gpu_root_compositor_frame_sink.h b/components/display_compositor/gpu_root_compositor_frame_sink.h
index a978eb79d659a15e8d334e02160366595212d4e2..e9b41dfb3e49667233b9fd5404f7200b64cc7163 100644
--- a/components/display_compositor/gpu_root_compositor_frame_sink.h
+++ b/components/display_compositor/gpu_root_compositor_frame_sink.h
@@ -64,9 +64,6 @@ class DISPLAY_COMPOSITOR_EXPORT GpuRootCompositorFrameSink
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;

Powered by Google App Engine
This is Rietveld 408576698