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

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

Issue 2710703005: GpuDisplayCompositorFrameSink => GpuRootCompositorFrameSink (Closed)
Patch Set: Addressed Dana's 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
« no previous file with comments | « services/ui/ws/server_window_compositor_frame_sink_manager.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 772e5fd97fdfc8215ceb33eab7ed33b0d12a5cb2..f642e1f1c3291f98d25ebcc946bb1336a56e9068 100644
--- a/services/ui/ws/window_tree.cc
+++ b/services/ui/ws/window_tree.cc
@@ -1423,8 +1423,8 @@ void WindowTree::AttachCompositorFrameSink(
DVLOG(1) << "request to AttachCompositorFrameSink failed";
return;
}
- window->CreateOffscreenCompositorFrameSink(std::move(compositor_frame_sink),
- std::move(client));
+ window->CreateCompositorFrameSink(std::move(compositor_frame_sink),
+ std::move(client));
}
void WindowTree::SetWindowTextInputState(Id transport_window_id,
« no previous file with comments | « services/ui/ws/server_window_compositor_frame_sink_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698