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

Unified Diff: components/mus/example/wm/window_manager_impl.cc

Issue 1406153004: components/mus/public/interfaces View => Window (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Yet another rebase Created 5 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 | « components/mus/example/wm/window_manager_impl.h ('k') | components/mus/gles2/command_buffer_driver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/example/wm/window_manager_impl.cc
diff --git a/components/mus/example/wm/window_manager_impl.cc b/components/mus/example/wm/window_manager_impl.cc
index e15aff68fa836b1690b367d0205d0d03f294e3c3..b2098a3a7208fd7111eff750e7f28c24758a19b2 100644
--- a/components/mus/example/wm/window_manager_impl.cc
+++ b/components/mus/example/wm/window_manager_impl.cc
@@ -28,7 +28,7 @@ WindowManagerImpl::WindowManagerImpl(
WindowManagerImpl::~WindowManagerImpl() {}
-void WindowManagerImpl::OpenWindow(mojo::ViewTreeClientPtr client) {
+void WindowManagerImpl::OpenWindow(mus::mojom::WindowTreeClientPtr client) {
mus::Window* root = state_->root();
DCHECK(root);
mus::Id container_window_id =
« no previous file with comments | « components/mus/example/wm/window_manager_impl.h ('k') | components/mus/gles2/command_buffer_driver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698