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

Unified Diff: components/display_compositor/gpu_offscreen_compositor_frame_sink.cc

Issue 2612083002: DirectCompositorFrameSink Uses CompositorFrameSinkSupport (Closed)
Patch Set: addressed comments 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 e47474ded0a1409a02f7ecc2bbce0d2494493672..f14f8db3e51e05e6de511ac082f8ee28dc7b2794 100644
--- a/components/display_compositor/gpu_offscreen_compositor_frame_sink.cc
+++ b/components/display_compositor/gpu_offscreen_compositor_frame_sink.cc
@@ -18,7 +18,6 @@ GpuOffscreenCompositorFrameSink::GpuOffscreenCompositorFrameSink(
surface_manager,
frame_sink_id,
nullptr,
- nullptr,
std::move(compositor_frame_sink_private_request),
std::move(client)),
binding_(this, std::move(request)) {

Powered by Google App Engine
This is Rietveld 408576698