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

Unified Diff: services/ui/ws/window_tree.h

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/ws/window_tree.h
diff --git a/services/ui/ws/window_tree.h b/services/ui/ws/window_tree.h
index d91c9eab35346cdbb44549ce6cde5710d576eecf..a8bb83e5a356da805f9429e701fb103563a84da1 100644
--- a/services/ui/ws/window_tree.h
+++ b/services/ui/ws/window_tree.h
@@ -437,6 +437,7 @@ class WindowTree : public mojom::WindowTree,
mojo::TextInputStatePtr state) override;
void OnWindowInputEventAck(uint32_t event_id,
mojom::EventResult result) override;
+ void DeactivateWindow(Id current_window_id) override;
sky 2017/01/12 00:55:39 window_id.
Elliot Glaysher 2017/01/12 23:20:37 Done.
void SetClientArea(Id transport_window_id,
const gfx::Insets& insets,
const base::Optional<std::vector<gfx::Rect>>&

Powered by Google App Engine
This is Rietveld 408576698