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

Unified Diff: components/display_compositor/gpu_display_compositor_frame_sink.h

Issue 2682943004: Revert of DirectCompositorFrameSink Uses CompositorFrameSinkSupport (Closed)
Patch Set: 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_display_compositor_frame_sink.h
diff --git a/components/display_compositor/gpu_display_compositor_frame_sink.h b/components/display_compositor/gpu_display_compositor_frame_sink.h
index ac3ad8b568ead81f3c93632b05a23cdc8963a465..588ef754612b7d05ac9ef1cc9d1c5c452e2d7d3a 100644
--- a/components/display_compositor/gpu_display_compositor_frame_sink.h
+++ b/components/display_compositor/gpu_display_compositor_frame_sink.h
@@ -38,12 +38,6 @@
mojo::AssociatedBinding<cc::mojom::MojoCompositorFrameSink> binding_;
mojo::AssociatedBinding<cc::mojom::DisplayPrivate> display_private_binding_;
- // GpuCompositorFrameSink holds a Display and its BeginFrameSource. In the
- // window server, the display root window's CompositorFrameSink will have a
- // valid gpu::SurfaceHandle.
- std::unique_ptr<cc::BeginFrameSource> display_begin_frame_source_;
- std::unique_ptr<cc::Display> display_;
-
DISALLOW_COPY_AND_ASSIGN(GpuDisplayCompositorFrameSink);
};

Powered by Google App Engine
This is Rietveld 408576698