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

Unified Diff: ash/wm/aura/wm_globals_aura.cc

Issue 2001623003: Splits ToplevelWindowEventHandler into two (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix gyp Created 4 years, 7 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 | « ash/wm/aura/wm_globals_aura.h ('k') | ash/wm/aura/wm_window_aura.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/aura/wm_globals_aura.cc
diff --git a/ash/wm/aura/wm_globals_aura.cc b/ash/wm/aura/wm_globals_aura.cc
index 8600c83aee3524ef656486b2540a89ce09428f6d..17f107bd1910d5043d65b615e115cd6ac4dea6f7 100644
--- a/ash/wm/aura/wm_globals_aura.cc
+++ b/ash/wm/aura/wm_globals_aura.cc
@@ -166,6 +166,11 @@ void WmGlobalsAura::OnWindowActivated(
WmWindowAura::Get(lost_active)));
}
+void WmGlobalsAura::OnDisplayConfigurationChanging() {
+ FOR_EACH_OBSERVER(WmDisplayObserver, display_observers_,
+ OnDisplayConfigurationChanging());
+}
+
void WmGlobalsAura::OnDisplayConfigurationChanged() {
FOR_EACH_OBSERVER(WmDisplayObserver, display_observers_,
OnDisplayConfigurationChanged());
« no previous file with comments | « ash/wm/aura/wm_globals_aura.h ('k') | ash/wm/aura/wm_window_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698