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

Unified Diff: services/ui/ws/window_tree.cc

Issue 2481263002: Introduce Display Compositor mojo interface. Use InProcessContextProvider. (Closed)
Patch Set: Speculative fix for android build issue Created 4 years, 1 month 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: services/ui/ws/window_tree.cc
diff --git a/services/ui/ws/window_tree.cc b/services/ui/ws/window_tree.cc
index 7249fb05f702d3b853a4d4805b541700e2e464b4..f5ba4ab290559cb3a2d01a5d54a5549f9280700b 100644
--- a/services/ui/ws/window_tree.cc
+++ b/services/ui/ws/window_tree.cc
@@ -1393,8 +1393,8 @@ void WindowTree::AttachCompositorFrameSink(
DVLOG(1) << "request to AttachCompositorFrameSink failed";
return;
}
- window->CreateCompositorFrameSink(type, gfx::kNullAcceleratedWidget, nullptr,
- nullptr, std::move(compositor_frame_sink),
+ window->CreateCompositorFrameSink(type, gfx::kNullAcceleratedWidget,
+ std::move(compositor_frame_sink),
std::move(client));
}
« services/ui/surfaces/direct_output_surface.cc ('K') | « services/ui/ws/window_server.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698