| 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 904fe4cc2f64adcd07861739af7a263c4cd23376..832abc78726eeec69fe1f1ae54960f83d0fe8bd3 100644
|
| --- a/content/browser/renderer_host/render_view_host.h
|
| +++ b/content/browser/renderer_host/render_view_host.h
|
| @@ -53,6 +53,10 @@ namespace gfx {
|
| class Point;
|
| } // namespace gfx
|
|
|
| +namespace ui {
|
| +class Range;
|
| +} // namespace ui
|
| +
|
| namespace webkit_glue {
|
| struct CustomContextMenuContext;
|
| struct WebAccessibility;
|
| @@ -497,7 +501,7 @@ class RenderViewHost : public RenderWidgetHost {
|
| const std::string& target);
|
| void OnMsgSetTooltipText(const std::wstring& tooltip_text,
|
| WebKit::WebTextDirection text_direction_hint);
|
| - void OnMsgSelectionChanged(const std::string& text);
|
| + void OnMsgSelectionChanged(const std::string& text, const ui::Range& range);
|
| void OnMsgPasteFromSelectionClipboard();
|
| void OnMsgRunJavaScriptMessage(const std::wstring& message,
|
| const std::wstring& default_prompt,
|
|
|