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

Unified Diff: ui/views/mus/window_manager_connection.cc

Issue 2429173005: Mus+Ash: Replace (Server)WindowSurface with (Server)WindowCompositorFrameSink (Closed)
Patch Set: Rebased Created 4 years, 2 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/views/mus/surface_context_factory.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/window_manager_connection.cc
diff --git a/ui/views/mus/window_manager_connection.cc b/ui/views/mus/window_manager_connection.cc
index 75f7c382b77e35b41b7a049b545a61d4d4883dde..dc200eaa379f20aef42ae599e144cb1fa97d7410 100644
--- a/ui/views/mus/window_manager_connection.cc
+++ b/ui/views/mus/window_manager_connection.cc
@@ -131,7 +131,7 @@ NativeWidget* WindowManagerConnection::CreateNativeWidgetMus(
properties[ui::mojom::WindowManager::kAppID_Property] =
mojo::ConvertTo<std::vector<uint8_t>>(identity_.name());
return new NativeWidgetMus(delegate, NewTopLevelWindow(properties),
- ui::mojom::SurfaceType::DEFAULT);
+ ui::mojom::CompositorFrameSinkType::DEFAULT);
}
const std::set<ui::Window*>& WindowManagerConnection::GetRoots() const {
« no previous file with comments | « ui/views/mus/surface_context_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698