diff options
Diffstat (limited to 'ui/aura/root_window_host.h')
-rw-r--r-- | ui/aura/root_window_host.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/aura/root_window_host.h b/ui/aura/root_window_host.h index 65a3f19..74502bf 100644 --- a/ui/aura/root_window_host.h +++ b/ui/aura/root_window_host.h @@ -50,6 +50,9 @@ class RootWindowHost { // Shows the RootWindowHost. virtual void Show() = 0; + // Hides the RootWindowHost. + virtual void Hide() = 0; + // Toggles the host's full screen state. virtual void ToggleFullScreen() = 0; |