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

Unified Diff: mash/simple_wm/simple_wm.cc

Issue 2568303006: aura-mus: Implement Deactivate(). (Closed)
Patch Set: Add comment. 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 | « mash/simple_wm/simple_wm.h ('k') | services/ui/demo/mus_demo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..eb5bb4341a48b9d3315be490911b8b1b2e29c92f 100644
--- a/mash/simple_wm/simple_wm.cc
+++ b/mash/simple_wm/simple_wm.cc
@@ -557,6 +557,10 @@ void SimpleWM::OnWmSetClientArea(
const gfx::Insets& insets,
const std::vector<gfx::Rect>& additional_client_areas) {}
+bool SimpleWM::IsWindowActive(aura::Window* window) { return false; }
+
+void SimpleWM::OnWmDeactivateWindow(aura::Window* window) {}
+
////////////////////////////////////////////////////////////////////////////////
// SimpleWM, wm::BaseFocusRules implementation:
« no previous file with comments | « mash/simple_wm/simple_wm.h ('k') | services/ui/demo/mus_demo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698