| Index: trunk/src/ui/views/widget/desktop_aura/desktop_screen_win.cc
|
| ===================================================================
|
| --- trunk/src/ui/views/widget/desktop_aura/desktop_screen_win.cc (revision 236092)
|
| +++ trunk/src/ui/views/widget/desktop_aura/desktop_screen_win.cc (working copy)
|
| @@ -60,7 +60,7 @@
|
|
|
| gfx::NativeWindow DesktopScreenWin::GetNativeWindowFromHWND(HWND hwnd) const {
|
| return (::IsWindow(hwnd)) ?
|
| - DesktopWindowTreeHostWin::GetContentWindowForHWND(hwnd) : NULL;
|
| + DesktopRootWindowHostWin::GetContentWindowForHWND(hwnd) : NULL;
|
| }
|
|
|
| ////////////////////////////////////////////////////////////////////////////////
|
|
|