Index: content/renderer/render_view_impl.h |
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h |
index 2cd5f8c93de4054d8b4423ee4ca7e30fd77e55c8..3184c25c3a4597fdbb843e4f89d6a7c206112869 100644 |
--- a/content/renderer/render_view_impl.h |
+++ b/content/renderer/render_view_impl.h |
@@ -755,6 +755,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, |
@@ -763,8 +764,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 OnGetRenderedText(); |
void OnPluginImeCompositionCompleted(const base::string16& text, |
int plugin_id); |
void OnSelectPopupMenuItem(int selected_index); |