| Index: ui/base/touch/touch_editing_controller.h
|
| diff --git a/ui/base/touch/touch_editing_controller.h b/ui/base/touch/touch_editing_controller.h
|
| index 58bcb45c5a3ad9e11566dfe084632e3a3828717a..1c6a8fa92905a0d5b0d7834a61a6863ea20623a1 100644
|
| --- a/ui/base/touch/touch_editing_controller.h
|
| +++ b/ui/base/touch/touch_editing_controller.h
|
| @@ -38,7 +38,7 @@ class UI_BASE_EXPORT TouchEditable : public ui::SimpleMenuModel::Delegate {
|
| virtual gfx::Rect GetBounds() = 0;
|
|
|
| // Gets the NativeView hosting the client.
|
| - virtual gfx::NativeView GetNativeView() = 0;
|
| + virtual gfx::NativeView GetNativeView() const = 0;
|
|
|
| // Converts a point to/from screen coordinates from/to client view.
|
| virtual void ConvertPointToScreen(gfx::Point* point) = 0;
|
|
|