| 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 88dac2a54ecfcf1fee99703236f06d2d57f3fc81..adcd6150434814abdbcade5c43a26f952e6c0768 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;
|
| @@ -562,7 +566,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,
|
|
|