| Index: content/browser/web_contents/touch_editable_impl_aura.h
|
| diff --git a/content/browser/web_contents/touch_editable_impl_aura.h b/content/browser/web_contents/touch_editable_impl_aura.h
|
| index 05041171ad5f2b981206b4377ff0aeabffc101d5..7f1ea845512e949f017ca3598c5a45c3279eefbc 100644
|
| --- a/content/browser/web_contents/touch_editable_impl_aura.h
|
| +++ b/content/browser/web_contents/touch_editable_impl_aura.h
|
| @@ -56,7 +56,7 @@
|
| virtual void MoveCaretTo(const gfx::Point& point) OVERRIDE;
|
| virtual void GetSelectionEndPoints(gfx::Rect* p1, gfx::Rect* p2) OVERRIDE;
|
| virtual gfx::Rect GetBounds() OVERRIDE;
|
| - virtual gfx::NativeView GetNativeView() const OVERRIDE;
|
| + virtual gfx::NativeView GetNativeView() OVERRIDE;
|
| virtual void ConvertPointToScreen(gfx::Point* point) OVERRIDE;
|
| virtual void ConvertPointFromScreen(gfx::Point* point) OVERRIDE;
|
| virtual bool DrawsHandles() OVERRIDE;
|
|
|