diff options
Diffstat (limited to 'chrome/views/window.h')
-rw-r--r-- | chrome/views/window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/views/window.h b/chrome/views/window.h index 69316e4..38fe2bd 100644 --- a/chrome/views/window.h +++ b/chrome/views/window.h @@ -155,7 +155,7 @@ class Window : public WidgetWin, void set_client_view(ClientView* client_view) { client_view_ = client_view; } // Shows the system menu at the specified screen point. - void RunSystemMenu(const CPoint& point); + void RunSystemMenu(const gfx::Point& point); // Overridden from WidgetWin: virtual void OnActivate(UINT action, BOOL minimized, HWND window); |