| Index: content/renderer/render_view_impl.h
|
| diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
|
| index 4e978f831eeb75a48cb452f5216be943c5594add..62613b43992de43e8886cbd50ddab059a52fdd0c 100644
|
| --- a/content/renderer/render_view_impl.h
|
| +++ b/content/renderer/render_view_impl.h
|
| @@ -757,6 +757,7 @@ class CONTENT_EXPORT RenderViewImpl
|
| const gfx::Size& size, const std::vector<unsigned char>& png);
|
| void OnSelectWordAroundCaret();
|
| #if defined(OS_ANDROID)
|
| + void OnExtractSmartClipData(const gfx::Rect& rect);
|
| void OnActivateNearestFindResult(int request_id, float x, float y);
|
| void OnFindMatchRects(int current_version);
|
| void OnSelectPopupMenuItems(bool canceled,
|
| @@ -765,8 +766,8 @@ class CONTENT_EXPORT RenderViewImpl
|
| void OnUpdateTopControlsState(bool enable_hiding,
|
| bool enable_showing,
|
| bool animate);
|
| - void OnExtractSmartClipData(const gfx::Rect& rect);
|
| #elif defined(OS_MACOSX)
|
| + void OnGetSmartClipDataFromRect(const gfx::Rect& rect);
|
| void OnPluginImeCompositionCompleted(const base::string16& text,
|
| int plugin_id);
|
| void OnSelectPopupMenuItem(int selected_index);
|
|
|