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

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

Issue 2481263002: Introduce Display Compositor mojo interface. Use InProcessContextProvider. (Closed)
Patch Set: Improved comment 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
« services/ui/ws/window_server.cc ('K') | « services/ui/ws/window_server.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/window_tree.cc
diff --git a/services/ui/ws/window_tree.cc b/services/ui/ws/window_tree.cc
index 8089988e2b745d814e311f675966806b18d67e55..165a27d48c3f8f2616af10c5ba38d9fa54aaf7e8 100644
--- a/services/ui/ws/window_tree.cc
+++ b/services/ui/ws/window_tree.cc
@@ -1370,8 +1370,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/ws/window_server.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