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

Unified Diff: views/controls/native_control.h

Issue 115309: Remove even more ATL dependencies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 months 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 | « views/controls/message_box_view.cc ('k') | views/controls/native_control.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/controls/native_control.h
===================================================================
--- views/controls/native_control.h (revision 16052)
+++ views/controls/native_control.h (working copy)
@@ -9,6 +9,10 @@
#include "views/view.h"
+namespace WTL {
+class CPoint;
+}
+
namespace views {
class HWNDView;
@@ -53,7 +57,7 @@
virtual LRESULT OnCommand(UINT code, int id, HWND source) { return 0; }
// Invoked when the appropriate gesture for a context menu is issued.
- virtual void OnContextMenu(const CPoint& location);
+ virtual void OnContextMenu(const WTL::CPoint& location);
// Overridden so to set the native focus to the native control.
virtual void Focus();
« no previous file with comments | « views/controls/message_box_view.cc ('k') | views/controls/native_control.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698