| Index: content/renderer/render_view_impl.h
|
| diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
|
| index 2d6e498a5ada64379e6e90167f8e0913c90d0388..880a2d002b77935e315841e03e9582d8a642cfb1 100644
|
| --- a/content/renderer/render_view_impl.h
|
| +++ b/content/renderer/render_view_impl.h
|
| @@ -711,6 +711,9 @@ class CONTENT_EXPORT RenderViewImpl
|
| virtual void InstrumentDidBeginFrame() OVERRIDE;
|
| virtual void InstrumentDidCancelFrame() OVERRIDE;
|
| virtual void InstrumentWillComposite() OVERRIDE;
|
| +#if defined(OS_ANDROID)
|
| + virtual void UpdateSelectionRootBounds();
|
| +#endif
|
|
|
| protected:
|
| explicit RenderViewImpl(RenderViewImplParams* params);
|
| @@ -953,6 +956,7 @@ class CONTENT_EXPORT RenderViewImpl
|
| bool animate);
|
| void OnPauseVideo();
|
| void OnExtractSmartClipData(const gfx::Rect& rect);
|
| + void GetSelectionRootBounds(gfx::Rect* bounds) const;
|
| #elif defined(OS_MACOSX)
|
| void OnCopyToFindPboard();
|
| void OnPluginImeCompositionCompleted(const base::string16& text,
|
|
|