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

Unified Diff: chrome/views/root_view_drop_target.h

Issue 7317: Change all ConvertPointTo* methods to use gfx::Point instead of CPoint.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 2 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 | « chrome/views/root_view.cc ('k') | chrome/views/root_view_drop_target.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/views/root_view_drop_target.h
===================================================================
--- chrome/views/root_view_drop_target.h (revision 3347)
+++ chrome/views/root_view_drop_target.h (working copy)
@@ -12,6 +12,10 @@
#include "base/base_drop_target.h"
#include "chrome/common/os_exchange_data.h"
+namespace gfx {
+class Point;
+}
+
namespace ChromeViews {
class RootView;
@@ -51,7 +55,7 @@
// the coordinate system of the rootview. This tries to avoid continually
// querying CanDrop by returning target_view_ if the mouse is still over
// target_view_.
- View* CalculateTargetView(const CPoint& root_view_location,
+ View* CalculateTargetView(const gfx::Point& root_view_location,
const OSExchangeData& data);
// RootView we were created for.
« no previous file with comments | « chrome/views/root_view.cc ('k') | chrome/views/root_view_drop_target.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698