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

Unified Diff: services/ui/ws/window_manager_state.cc

Issue 2694213003: mash: wires up shadows for mash (Closed)
Patch Set: defaults test Created 3 years, 10 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/public/interfaces/window_manager.mojom ('k') | ui/aura/mus/property_converter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/window_manager_state.cc
diff --git a/services/ui/ws/window_manager_state.cc b/services/ui/ws/window_manager_state.cc
index 76c5684e6110498d51a7509a25e4321dfa7fd6cb..2103f4c62079a686c4d764a89cd7ac60d42b0049 100644
--- a/services/ui/ws/window_manager_state.cc
+++ b/services/ui/ws/window_manager_state.cc
@@ -487,6 +487,9 @@ void WindowManagerState::HandleDebugAccelerator(DebugAcceleratorType type) {
<< display_root->root()->GetDebugWindowHierarchy();
}
}
+ ServerWindow* focused_window = GetFocusedWindowForEventDispatcher();
+ LOG(ERROR) << "Focused window: "
+ << (focused_window ? focused_window->id().ToString() : "(null)");
#endif
}
« no previous file with comments | « services/ui/public/interfaces/window_manager.mojom ('k') | ui/aura/mus/property_converter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698