diff options
Diffstat (limited to 'ash/wm/window_properties.h')
-rw-r--r-- | ash/wm/window_properties.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ash/wm/window_properties.h b/ash/wm/window_properties.h index 88c1b70..ef99942 100644 --- a/ash/wm/window_properties.h +++ b/ash/wm/window_properties.h @@ -18,6 +18,7 @@ class UIControlsAura; namespace ash { namespace internal { class AlwaysOnTopController; +class RootWindowController; // Shell-specific window property keys. @@ -52,6 +53,9 @@ extern const aura::WindowProperty<WindowPersistsAcrossAllWorkspacesType>* const extern const aura::WindowProperty<bool>* const kWindowTrackedByWorkspaceKey; +extern const aura::WindowProperty<RootWindowController*>* const + kRootWindowControllerKey; + // Alphabetical sort. } // namespace internal |