Index: content/browser/renderer_host/render_view_host.h |
diff --git a/content/browser/renderer_host/render_view_host.h b/content/browser/renderer_host/render_view_host.h |
index e2874f9f2b3e1893baf749971b15867f9eed45ce..cdd66c0c6f8c364da069c738d7ae81a2c10949ff 100644 |
--- a/content/browser/renderer_host/render_view_host.h |
+++ b/content/browser/renderer_host/render_view_host.h |
@@ -427,7 +427,8 @@ class RenderViewHost : public RenderWidgetHost { |
void OnMsgOpenURL(const GURL& url, const GURL& referrer, |
WindowOpenDisposition disposition); |
void OnMsgDidContentsPreferredSizeChange(const gfx::Size& new_size); |
- void OnMsgSelectionChanged(const std::string& text, const ui::Range& range); |
+ void OnMsgSelectionChanged(const std::string& text, const ui::Range& range, |
+ const gfx::Point& start, const gfx::Point& end); |
void OnMsgPasteFromSelectionClipboard(); |
void OnMsgRunJavaScriptMessage(const string16& message, |
const string16& default_prompt, |