| Index: content/browser/renderer_host/render_widget_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h
|
| index 67d706dbc2c3f491e026659599934c07a80bb915..0a5c0dbb3b980e40790a9b73d530ebbd02a71ce1 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -546,8 +546,7 @@
|
| // Called from a RenderFrameHost when the text selection has changed.
|
| void SelectionChanged(const base::string16& text,
|
| uint32_t offset,
|
| - const gfx::Range& range,
|
| - bool user_initiated);
|
| + const gfx::Range& range);
|
|
|
| size_t in_flight_event_count() const { return in_flight_event_count_; }
|
| blink::WebInputEvent::Type hang_monitor_event_type() const {
|
|
|