| Index: ui/aura/desktop_host_win.h
|
| diff --git a/ui/aura/desktop_host_win.h b/ui/aura/desktop_host_win.h
|
| index 9309d2bf9ff26f0e1f93d4a5cc27045110b2bbe5..99847900ee9a7dd3b94a37022d72cd4921ff4c2e 100644
|
| --- a/ui/aura/desktop_host_win.h
|
| +++ b/ui/aura/desktop_host_win.h
|
| @@ -30,6 +30,7 @@ class DesktopHostWin : public DesktopHost, public ui::WindowImpl {
|
| virtual void SetCursor(gfx::NativeCursor cursor) OVERRIDE;
|
| virtual gfx::Point QueryMouseLocation() OVERRIDE;
|
| virtual void PostNativeEvent(const base::NativeEvent& native_event) OVERRIDE;
|
| + virtual void ConvertPointToNativeScreen(gfx::Point* point) const OVERRIDE;
|
|
|
| private:
|
| BEGIN_MSG_MAP_EX(DesktopHostWin)
|
|
|