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

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

Issue 1419793006: Makes windowmanager draw non-client area (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move wm nonclientframeview to wm Created 5 years, 1 month 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 5551a476b9a7ef3d56ca95725b8991a045fec12e..3df0aa293637a59be3e5a3e6b5166adbea875c7a 100644
--- a/components/mus/example/wm/window_manager_impl.h
+++ b/components/mus/example/wm/window_manager_impl.h
@@ -39,7 +39,7 @@ class WindowManagerImpl : public mus::mojom::WindowManager,
void SetShowState(mus::Id window_id,
mus::mojom::ShowState show_state,
const WindowManagerErrorCodeCallback& callback) override;
- void GetDisplays(const GetDisplaysCallback& callback) override;
+ void GetConfig(const GetConfigCallback& callback) override;
// mus::WindowObserver:
void OnWindowDestroyed(mus::Window* window) override;

Powered by Google App Engine
This is Rietveld 408576698