| Index: content/renderer/render_view_impl.h
|
| diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
|
| index 2ff9098056429d4fd0459a2dfc2c43f4778e9d9a..8f63be51a7d6e8c6848add7697dea9daea31588f 100644
|
| --- a/content/renderer/render_view_impl.h
|
| +++ b/content/renderer/render_view_impl.h
|
| @@ -558,7 +558,7 @@ class CONTENT_EXPORT RenderViewImpl
|
| virtual void SetDeviceScaleFactor(float device_scale_factor) OVERRIDE;
|
| virtual void OnOrientationChange() OVERRIDE;
|
| virtual ui::TextInputType GetTextInputType() OVERRIDE;
|
| - virtual void GetSelectionBounds(gfx::Rect* start, gfx::Rect* end) OVERRIDE;
|
| + virtual bool GetSelectionBounds(gfx::Rect* start, gfx::Rect* end) OVERRIDE;
|
| #if defined(OS_MACOSX) || defined(USE_AURA)
|
| virtual void GetCompositionCharacterBounds(
|
| std::vector<gfx::Rect>* character_bounds) OVERRIDE;
|
|
|