| Index: ui/aura/root_window_host_win.h
|
| diff --git a/ui/aura/root_window_host_win.h b/ui/aura/root_window_host_win.h
|
| index dcd25565aa84d1392b705a1ceff583d7dc3326df..fdc5d9b3103ca086f674acebc9f72809548bad9a 100644
|
| --- a/ui/aura/root_window_host_win.h
|
| +++ b/ui/aura/root_window_host_win.h
|
| @@ -25,6 +25,7 @@ class RootWindowHostWin : public RootWindowHost, public ui::WindowImpl {
|
| virtual RootWindow* GetRootWindow() OVERRIDE;
|
| virtual gfx::AcceleratedWidget GetAcceleratedWidget() OVERRIDE;
|
| virtual void Show() OVERRIDE;
|
| + virtual void Hide() OVERRIDE;
|
| virtual void ToggleFullScreen() OVERRIDE;
|
| virtual gfx::Rect GetBounds() const OVERRIDE;
|
| virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE;
|
|
|