| Index: chrome/browser/renderer_host/render_widget_host_view.h
|
| diff --git a/chrome/browser/renderer_host/render_widget_host_view.h b/chrome/browser/renderer_host/render_widget_host_view.h
|
| index c085aab53cc1ab800ab40d69e7bffc11535084d8..7601db63cc6cde387d52bcb0cabc55e9a2f55a54 100644
|
| --- a/chrome/browser/renderer_host/render_widget_host_view.h
|
| +++ b/chrome/browser/renderer_host/render_widget_host_view.h
|
| @@ -172,7 +172,7 @@ class RenderWidgetHostView {
|
| virtual void SetTooltipText(const std::wstring& tooltip_text) = 0;
|
|
|
| // Notifies the View that the renderer text selection has changed.
|
| - virtual void SelectionChanged(const std::string& text) {}
|
| + virtual void SelectionChanged(const std::string& text, int start, int end) {}
|
|
|
| // Tells the View whether the context menu is showing. This is used on Linux
|
| // to suppress updates to webkit focus for the duration of the show.
|
|
|