| 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 bdee19361af24a6f5b1e40533230eae7d810fdec..c8e4a2d850d995fe393f93f00bfee192184c7448 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -539,7 +539,8 @@ class CONTENT_EXPORT RenderWidgetHostImpl
|
| // Called from a RenderFrameHost when the text selection has changed.
|
| void SelectionChanged(const base::string16& text,
|
| uint32_t offset,
|
| - const gfx::Range& range);
|
| + const gfx::Range& range,
|
| + bool user_initiated);
|
|
|
| size_t in_flight_event_count() const { return in_flight_event_count_; }
|
| blink::WebInputEvent::Type hang_monitor_event_type() const {
|
|
|