| Index: ui/views/controls/textfield/textfield.cc
|
| diff --git a/ui/views/controls/textfield/textfield.cc b/ui/views/controls/textfield/textfield.cc
|
| index afef279f96a09c7733c7d58507388e5ac9168c43..c437e642f0641e344b3dbf7682885b5832d31282 100644
|
| --- a/ui/views/controls/textfield/textfield.cc
|
| +++ b/ui/views/controls/textfield/textfield.cc
|
| @@ -968,7 +968,7 @@ void Textfield::GetSelectionEndPoints(gfx::Rect* p1, gfx::Rect* p2) {
|
| }
|
|
|
| gfx::Rect Textfield::GetBounds() {
|
| - return bounds();
|
| + return GetLocalBounds();
|
| }
|
|
|
| gfx::NativeView Textfield::GetNativeView() const {
|
|
|