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

Unified Diff: services/ui/demo/mus_demo.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: services/ui/demo/mus_demo.cc
diff --git a/services/ui/demo/mus_demo.cc b/services/ui/demo/mus_demo.cc
index 66556daed3799dd8115792c3c551c63ddd50ff49..da392d29a69333eb2a0d0574a89a5a9af438b62f 100644
--- a/services/ui/demo/mus_demo.cc
+++ b/services/ui/demo/mus_demo.cc
@@ -214,6 +214,8 @@ void MusDemo::OnWmSetClientArea(
const gfx::Insets& insets,
const std::vector<gfx::Rect>& additional_client_areas) {}
+void MusDemo::OnWmDeactivateWindow(aura::Window* window) {}
+
void MusDemo::DrawFrame() {
base::TimeTicks now = base::TimeTicks::Now();

Powered by Google App Engine
This is Rietveld 408576698