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

Unified Diff: ui/aura/mus/window_port_mus.cc

Issue 2907683004: Move ClientCompositorFrameSink to components/viz (Closed)
Patch Set: c Created 3 years, 7 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 | « ui/aura/mus/window_port_mus.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/mus/window_port_mus.cc
diff --git a/ui/aura/mus/window_port_mus.cc b/ui/aura/mus/window_port_mus.cc
index 42247e3637aac3e1bbbd44f4d5238c86b78cc9f5..9ad0d75432d4f27632bd916781e570a33fa7beba 100644
--- a/ui/aura/mus/window_port_mus.cc
+++ b/ui/aura/mus/window_port_mus.cc
@@ -103,7 +103,7 @@ WindowPortMus::RequestCompositorFrameSink(
cc::mojom::MojoCompositorFrameSinkClientPtr client;
cc::mojom::MojoCompositorFrameSinkClientRequest client_request =
mojo::MakeRequest(&client);
- auto compositor_frame_sink = base::MakeUnique<ui::ClientCompositorFrameSink>(
+ auto compositor_frame_sink = base::MakeUnique<viz::ClientCompositorFrameSink>(
std::move(context_provider), gpu_memory_buffer_manager,
std::move(sink_info), std::move(client_request),
window_tree_client_->enable_surface_synchronization_);
« no previous file with comments | « ui/aura/mus/window_port_mus.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698