| Index: ui/views/controls/textfield/native_textfield_views.h
|
| ===================================================================
|
| --- ui/views/controls/textfield/native_textfield_views.h (revision 151481)
|
| +++ ui/views/controls/textfield/native_textfield_views.h (working copy)
|
| @@ -56,14 +56,15 @@
|
| virtual bool OnMousePressed(const ui::MouseEvent& event) OVERRIDE;
|
| virtual bool OnMouseDragged(const ui::MouseEvent& event) OVERRIDE;
|
| virtual void OnMouseReleased(const ui::MouseEvent& event) OVERRIDE;
|
| - virtual ui::GestureStatus OnGestureEvent(const GestureEvent& event) OVERRIDE;
|
| + virtual ui::GestureStatus OnGestureEvent(
|
| + const ui::GestureEvent& event) OVERRIDE;
|
| virtual bool OnKeyPressed(const ui::KeyEvent& event) OVERRIDE;
|
| virtual bool GetDropFormats(
|
| int* formats,
|
| std::set<ui::OSExchangeData::CustomFormat>* custom_formats) OVERRIDE;
|
| virtual bool CanDrop(const ui::OSExchangeData& data) OVERRIDE;
|
| - virtual int OnDragUpdated(const DropTargetEvent& event) OVERRIDE;
|
| - virtual int OnPerformDrop(const DropTargetEvent& event) OVERRIDE;
|
| + virtual int OnDragUpdated(const ui::DropTargetEvent& event) OVERRIDE;
|
| + virtual int OnPerformDrop(const ui::DropTargetEvent& event) OVERRIDE;
|
| virtual void OnDragDone() OVERRIDE;
|
| virtual bool OnKeyReleased(const ui::KeyEvent& event) OVERRIDE;
|
| virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
|
|
|