summaryrefslogtreecommitdiffstats
path: root/ash/wm/maximize_mode/maximize_mode_window_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'ash/wm/maximize_mode/maximize_mode_window_manager.h')
-rw-r--r--ash/wm/maximize_mode/maximize_mode_window_manager.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ash/wm/maximize_mode/maximize_mode_window_manager.h b/ash/wm/maximize_mode/maximize_mode_window_manager.h
index 7b0c1db6..40ff930 100644
--- a/ash/wm/maximize_mode/maximize_mode_window_manager.h
+++ b/ash/wm/maximize_mode/maximize_mode_window_manager.h
@@ -91,6 +91,10 @@ class ASH_EXPORT MaximizeModeWindowManager : public aura::WindowObserver,
// Remove Window creation observers.
void RemoveWindowCreationObservers();
+ // Change the internal state (e.g. observers) when the display configuration
+ // changes.
+ void DisplayConfigurationChanged();
+
// Returns true when the |window| is a container window.
bool IsContainerWindow(aura::Window* window);