| Index: ui/views/touchui/touch_selection_controller_impl.cc
|
| diff --git a/ui/views/touchui/touch_selection_controller_impl.cc b/ui/views/touchui/touch_selection_controller_impl.cc
|
| index 316fe3bc5f3969007763fe42b2d3895fae15d709..4d8a0616f26f0429d5980b12602646427f3b0bdd 100644
|
| --- a/ui/views/touchui/touch_selection_controller_impl.cc
|
| +++ b/ui/views/touchui/touch_selection_controller_impl.cc
|
| @@ -231,7 +231,7 @@ class TouchSelectionControllerImpl::EditingHandleView
|
| }
|
| }
|
|
|
| - virtual gfx::Size GetPreferredSize() OVERRIDE {
|
| + virtual gfx::Size GetPreferredSize() const OVERRIDE {
|
| gfx::Size image_size = GetHandleImageSize();
|
| return gfx::Size(image_size.width() + 2 * kSelectionHandleHorizPadding,
|
| image_size.height() + selection_rect_.height() +
|
|
|