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

Unified Diff: ui/aura/mus/focus_synchronizer.h

Issue 2568303006: aura-mus: Implement Deactivate(). (Closed)
Patch Set: Created 4 years 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 | ui/aura/mus/focus_synchronizer.cc » ('j') | ui/aura/mus/window_tree_host_mus.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/mus/focus_synchronizer.h
diff --git a/ui/aura/mus/focus_synchronizer.h b/ui/aura/mus/focus_synchronizer.h
index db2556d76155f0e1cdb8000f5a0ab6af217f901a..d1483c14e8384616485011d064e2a5be32e0c370 100644
--- a/ui/aura/mus/focus_synchronizer.h
+++ b/ui/aura/mus/focus_synchronizer.h
@@ -36,6 +36,9 @@ class FocusSynchronizer : public client::FocusChangeObserver,
// Called when the server side wants to change focus to |window|.
void SetFocusFromServer(WindowMus* window);
+ // Called when the client wishes to deactivate itself.
+ void ClearFocus();
+
// Called when the focused window is destroyed.
void OnFocusedWindowDestroyed();
« no previous file with comments | « no previous file | ui/aura/mus/focus_synchronizer.cc » ('j') | ui/aura/mus/window_tree_host_mus.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698