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

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

Issue 1407073002: Adds GetDisplays() to WindowManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge 2 trunk 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 cdac569d79d45800c2056d581450625e1e294da0..6a82495989a247734dc214742d4fd4d5f6416222 100644
--- a/components/mus/example/wm/window_manager_impl.h
+++ b/components/mus/example/wm/window_manager_impl.h
@@ -21,6 +21,7 @@ class WindowManagerImpl : public mus::mojom::WindowManager {
// mus::mojom::WindowManager:
void OpenWindow(mojo::ViewTreeClientPtr client) override;
void CenterWindow(uint32_t view_id, mojo::SizePtr size) override;
+ void GetDisplays(const GetDisplaysCallback& callback) override;
WindowManagerApplication* state_;
mojo::StrongBinding<mus::mojom::WindowManager> binding_;
« no previous file with comments | « components/mus/example/window_type_launcher/window_type_launcher.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