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

Unified Diff: mash/simple_wm/simple_wm.cc

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
Index: mash/simple_wm/simple_wm.cc
diff --git a/mash/simple_wm/simple_wm.cc b/mash/simple_wm/simple_wm.cc
index 66f0a3b5bf4a92c36a024ba77c90d7e1215f73d3..90842290c53831387847df3ff33e1b4258751ea5 100644
--- a/mash/simple_wm/simple_wm.cc
+++ b/mash/simple_wm/simple_wm.cc
@@ -557,6 +557,8 @@ void SimpleWM::OnWmSetClientArea(
const gfx::Insets& insets,
const std::vector<gfx::Rect>& additional_client_areas) {}
+void SimpleWM::OnWmDeactivateWindow(aura::Window* window) {}
+
////////////////////////////////////////////////////////////////////////////////
// SimpleWM, wm::BaseFocusRules implementation:

Powered by Google App Engine
This is Rietveld 408576698