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

Unified Diff: mash/login/login.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 | « content/renderer/mus/render_widget_mus_connection.cc ('k') | mash/screenlock/screenlock.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/login/login.cc
diff --git a/mash/login/login.cc b/mash/login/login.cc
index 7119e0b391d161df83b749e2f08e2bcb5ac110be..bb856d9a99c3f5b90bd321e10d991902b9241622 100644
--- a/mash/login/login.cc
+++ b/mash/login/login.cc
@@ -55,7 +55,7 @@ class UI : public views::WidgetDelegateView,
ui::Window* window =
views::WindowManagerConnection::Get()->NewTopLevelWindow(properties);
params.native_widget = new views::NativeWidgetMus(
- widget, window, ui::mojom::SurfaceType::DEFAULT);
+ widget, window, ui::mojom::CompositorFrameSinkType::DEFAULT);
widget->Init(params);
widget->Show();
}
« no previous file with comments | « content/renderer/mus/render_widget_mus_connection.cc ('k') | mash/screenlock/screenlock.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698