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

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

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
Index: components/mus/example/wm/window_manager_impl.h
diff --git a/components/mus/example/wm/window_manager_impl.h b/components/mus/example/wm/window_manager_impl.h
index c7ffd1a66b7b36d466162662639ce2db0c795d0e..fc01938a34ecc652e542ca77fc7152e83a9c74f2 100644
--- a/components/mus/example/wm/window_manager_impl.h
+++ b/components/mus/example/wm/window_manager_impl.h
@@ -27,7 +27,7 @@ class WindowManagerImpl : public mus::mojom::WindowManager,
private:
// mus::mojom::WindowManager:
- void OpenWindow(mojo::ViewTreeClientPtr client) override;
+ void OpenWindow(mus::mojom::WindowTreeClientPtr client) override;
void CenterWindow(mus::Id window_id,
mojo::SizePtr size,
const WindowManagerErrorCodeCallback& callback) override;
« no previous file with comments | « components/mus/example/wm/window_manager_apptest.cc ('k') | components/mus/example/wm/window_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698