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 6005a73c6eb1a2dd77099b5365fd2dc162c0be79..1c4af7429bf4035a8b21dcdfa395fec01a0c40c0 100644 |
--- a/ui/views/touchui/touch_selection_controller_impl.cc |
+++ b/ui/views/touchui/touch_selection_controller_impl.cc |
@@ -230,7 +230,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() + |