Chromium Code Reviews| Index: ui/aura/desktop_host_win.h |
| =================================================================== |
| --- ui/aura/desktop_host_win.h (revision 102277) |
| +++ ui/aura/desktop_host_win.h (working copy) |
| @@ -26,6 +26,7 @@ |
| virtual void Show() OVERRIDE; |
| virtual gfx::Size GetSize() OVERRIDE; |
| virtual void SetSize(const gfx::Size& size) OVERRIDE; |
| + virtual void SetCursor(CursorType cursor_type) OVERRIDE; |
| private: |
| BEGIN_MSG_MAP_EX(DesktopHostWin) |