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

Unified Diff: mash/wm/window_manager_application.h

Issue 1492323003: Updates shadow when active window changes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years 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 | « mash/wm/shadow_controller.cc ('k') | mash/wm/window_manager_application.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/window_manager_application.h
diff --git a/mash/wm/window_manager_application.h b/mash/wm/window_manager_application.h
index 45916ea895233e4f3561a4ea01962ed828425fd0..7253d22fea760a1f8a632512b88e8c6699efa6bb 100644
--- a/mash/wm/window_manager_application.h
+++ b/mash/wm/window_manager_application.h
@@ -37,6 +37,7 @@ namespace wm {
class AcceleratorRegistrarImpl;
class BackgroundLayout;
+class ShadowController;
class ShelfLayout;
class WindowLayout;
class WindowManagerImpl;
@@ -123,6 +124,8 @@ class WindowManagerApplication
scoped_ptr<ShelfLayout> shelf_layout_;
scoped_ptr<WindowLayout> window_layout_;
+ scoped_ptr<ShadowController> shadow_controller_;
+
std::set<AcceleratorRegistrarImpl*> accelerator_registrars_;
DISALLOW_COPY_AND_ASSIGN(WindowManagerApplication);
« no previous file with comments | « mash/wm/shadow_controller.cc ('k') | mash/wm/window_manager_application.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698