Index: content/renderer/render_view_impl.h |
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h |
index e33baaafbdb96f6ed30fbde2ae344820c386437f..ab998c86deaaca388596f9a3dc94efdabedc2c5f 100644 |
--- a/content/renderer/render_view_impl.h |
+++ b/content/renderer/render_view_impl.h |
@@ -834,6 +834,8 @@ class CONTENT_EXPORT RenderViewImpl |
bool animate); |
void OnPauseVideo(); |
void OnExtractSmartClipData(const gfx::Rect& rect); |
+ void updateSmartClipDataResult(const blink::WebString& text, |
jam
2014/04/30 16:05:47
nit: put this in the right order (i.e. see where t
AviD
2014/05/02 15:04:45
Removed this interface.
|
+ const blink::WebRect& rect); |
void GetSelectionRootBounds(gfx::Rect* bounds) const; |
#elif defined(OS_MACOSX) |
void OnPluginImeCompositionCompleted(const base::string16& text, |