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

Unified Diff: components/display_compositor/gpu_offscreen_compositor_frame_sink.cc

Issue 2683583005: Move display_ From CompositorFrameSinkSupport To GpuDisplayCompositorFrameSink (Closed)
Patch Set: rebase 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_offscreen_compositor_frame_sink.cc
diff --git a/components/display_compositor/gpu_offscreen_compositor_frame_sink.cc b/components/display_compositor/gpu_offscreen_compositor_frame_sink.cc
index f14f8db3e51e05e6de511ac082f8ee28dc7b2794..5ca10bfbd7adda5a344b809dd07760bc25d9034d 100644
--- a/components/display_compositor/gpu_offscreen_compositor_frame_sink.cc
+++ b/components/display_compositor/gpu_offscreen_compositor_frame_sink.cc
@@ -17,9 +17,9 @@ GpuOffscreenCompositorFrameSink::GpuOffscreenCompositorFrameSink(
: GpuCompositorFrameSink(delegate,
surface_manager,
frame_sink_id,
- nullptr,
std::move(compositor_frame_sink_private_request),
- std::move(client)),
+ std::move(client),
+ false /* has_display */),
binding_(this, std::move(request)) {
binding_.set_connection_error_handler(
base::Bind(&GpuOffscreenCompositorFrameSink::OnClientConnectionLost,

Powered by Google App Engine
This is Rietveld 408576698