Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8042)

Unified Diff: chrome/views/view_menu_delegate.h

Issue 14601: Some cleanup in view menu delegate (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 12 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/views/menu_button.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/views/view_menu_delegate.h
===================================================================
--- chrome/views/view_menu_delegate.h (revision 6997)
+++ chrome/views/view_menu_delegate.h (working copy)
@@ -24,7 +24,7 @@
public:
// Create and show a menu at the specified position. Source is the view the
// ViewMenuDelegate was set on.
- virtual void RunMenu(View* source, const CPoint& pt, HWND hwnd) = 0;
+ virtual void RunMenu(View* source, const gfx::Point& pt, HWND hwnd) = 0;
};
} // namespace views
« no previous file with comments | « chrome/views/menu_button.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698