| 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.
|
|
|