| Index: chrome/browser/ui/views/location_bar/location_bar_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.h b/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| index 81eced4b18b089732a91d683ec1dcb7783a345e8..1f5d40cc2fcafba39c3043878ed64b2246d88727 100644
|
| --- a/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| @@ -382,13 +382,13 @@ class LocationBarView : public LocationBar,
|
|
|
| // views::DragController:
|
| virtual void WriteDragDataForView(View* sender,
|
| - const gfx::Point& press_pt,
|
| + const gfx::PointF& press_pt,
|
| OSExchangeData* data) OVERRIDE;
|
| virtual int GetDragOperationsForView(View* sender,
|
| - const gfx::Point& p) OVERRIDE;
|
| + const gfx::PointF& p) OVERRIDE;
|
| virtual bool CanStartDragForView(View* sender,
|
| - const gfx::Point& press_pt,
|
| - const gfx::Point& p) OVERRIDE;
|
| + const gfx::PointF& press_pt,
|
| + const gfx::PointF& p) OVERRIDE;
|
|
|
| // OmniboxEditController:
|
| virtual void OnChanged() OVERRIDE;
|
|
|