summaryrefslogtreecommitdiffstats
path: root/media/player
diff options
context:
space:
mode:
authorscherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-03 20:51:10 +0000
committerscherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-03 20:51:10 +0000
commitd78f40f3543cd057d845625d1abce9cd79b0682c (patch)
tree3d5a0aec91ab97eb48afd2de6df7363522715640 /media/player
parent1c977ab1081a4891419e40d6e4b1615c6e2583fb (diff)
downloadchromium_src-d78f40f3543cd057d845625d1abce9cd79b0682c.zip
chromium_src-d78f40f3543cd057d845625d1abce9cd79b0682c.tar.gz
chromium_src-d78f40f3543cd057d845625d1abce9cd79b0682c.tar.bz2
Uses POINT instead of CPoint to reduce the dependency in ATL.
Patch submitted by Thiago Farina: http://codereview.chromium.org/188017 BUG= http://crbug.com/2185 TEST=None Review URL: http://codereview.chromium.org/199009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25365 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/player')
-rw-r--r--media/player/mainfrm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/player/mainfrm.h b/media/player/mainfrm.h
index 6f430cb4..e8cab00 100644
--- a/media/player/mainfrm.h
+++ b/media/player/mainfrm.h
@@ -384,7 +384,7 @@ class CMainFrame : public CFrameWindowImpl<CMainFrame>,
return 0;
}
- void OnContextMenu(CWindow wnd, CPoint point) {
+ void OnContextMenu(CWindow wnd, POINT point) {
if (wnd.m_hWnd == m_view.m_hWnd) {
CMenu menu;
menu.LoadMenu(IDR_CONTEXTMENU);