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

Unified Diff: services/ui/demo/mus_demo.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 | « services/ui/demo/mus_demo.h ('k') | services/ui/public/cpp/tests/test_window_tree.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/demo/mus_demo.cc
diff --git a/services/ui/demo/mus_demo.cc b/services/ui/demo/mus_demo.cc
index 66556daed3799dd8115792c3c551c63ddd50ff49..a924a1d36f282157fccc5591c68d1d6d58a31002 100644
--- a/services/ui/demo/mus_demo.cc
+++ b/services/ui/demo/mus_demo.cc
@@ -214,6 +214,10 @@ void MusDemo::OnWmSetClientArea(
const gfx::Insets& insets,
const std::vector<gfx::Rect>& additional_client_areas) {}
+bool MusDemo::IsWindowActive(aura::Window* window) { return false; }
+
+void MusDemo::OnWmDeactivateWindow(aura::Window* window) {}
+
void MusDemo::DrawFrame() {
base::TimeTicks now = base::TimeTicks::Now();
« no previous file with comments | « services/ui/demo/mus_demo.h ('k') | services/ui/public/cpp/tests/test_window_tree.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698