| Index: ui/aura/root_window_host_win.cc
|
| diff --git a/ui/aura/root_window_host_win.cc b/ui/aura/root_window_host_win.cc
|
| index fa336a365e11e417c4a92f5347db5ac21418a8a1..db7209c118cb09068d630d4b06a687c9f5e48c7c 100644
|
| --- a/ui/aura/root_window_host_win.cc
|
| +++ b/ui/aura/root_window_host_win.cc
|
| @@ -153,6 +153,10 @@ void RootWindowHostWin::Show() {
|
| ShowWindow(hwnd(), SW_SHOWNORMAL);
|
| }
|
|
|
| +void RootWindowHostWin::Hide() {
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| void RootWindowHostWin::ToggleFullScreen() {
|
| gfx::Rect target_rect;
|
| if (!fullscreen_) {
|
|
|