summaryrefslogtreecommitdiffstats
path: root/views/controls/textfield/native_textfield_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/controls/textfield/native_textfield_win.h')
-rw-r--r--views/controls/textfield/native_textfield_win.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/controls/textfield/native_textfield_win.h b/views/controls/textfield/native_textfield_win.h
index 99b2a3b..cab5981 100644
--- a/views/controls/textfield/native_textfield_win.h
+++ b/views/controls/textfield/native_textfield_win.h
@@ -112,7 +112,7 @@ class NativeTextfieldWin
// message handlers
void OnChar(TCHAR key, UINT repeat_count, UINT flags);
- void OnContextMenu(HWND window, const CPoint& point);
+ void OnContextMenu(HWND window, const POINT& point);
void OnCopy();
void OnCut();
LRESULT OnImeChar(UINT message, WPARAM wparam, LPARAM lparam);