| Index: ui/views/controls/textfield/textfield.h
|
| diff --git a/ui/views/controls/textfield/textfield.h b/ui/views/controls/textfield/textfield.h
|
| index 7347d95b387540fd6388b88ea9f3352ee65c8ecc..f488ca2707e02159ca7a569ae0d000420180dff0 100644
|
| --- a/ui/views/controls/textfield/textfield.h
|
| +++ b/ui/views/controls/textfield/textfield.h
|
| @@ -257,7 +257,8 @@ class VIEWS_EXPORT Textfield : public View,
|
| // ui::TouchEditable overrides:
|
| void SelectRect(const gfx::Point& start, const gfx::Point& end) override;
|
| void MoveCaretTo(const gfx::Point& point) override;
|
| - void GetSelectionEndPoints(gfx::Rect* p1, gfx::Rect* p2) override;
|
| + void GetSelectionEndPoints(ui::SelectionBound* anchor,
|
| + ui::SelectionBound* focus) override;
|
| gfx::Rect GetBounds() override;
|
| gfx::NativeView GetNativeView() const override;
|
| void ConvertPointToScreen(gfx::Point* point) override;
|
|
|