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

Unified Diff: ash/mus/window_manager.h

Issue 2568303006: aura-mus: Implement Deactivate(). (Closed)
Patch Set: Prune comments and other debugging gunk. Created 3 years, 11 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 | « no previous file | ash/mus/window_manager.cc » ('j') | services/ui/public/cpp/tests/test_window_tree.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/window_manager.h
diff --git a/ash/mus/window_manager.h b/ash/mus/window_manager.h
index 604227835ee5740519d83371445cac1a0f41ed4b..d71317b2b8d01791959b8af06fb46cfec9a8641e 100644
--- a/ash/mus/window_manager.h
+++ b/ash/mus/window_manager.h
@@ -181,6 +181,7 @@ class WindowManager : public aura::WindowManagerDelegate,
aura::Window* window,
const gfx::Insets& insets,
const std::vector<gfx::Rect>& additional_client_areas) override;
+ void OnWmDeactivateWindow(aura::Window* window) override;
// aura::EnvObserver:
void OnWindowInitialized(aura::Window* window) override;
« no previous file with comments | « no previous file | ash/mus/window_manager.cc » ('j') | services/ui/public/cpp/tests/test_window_tree.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698