| 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 62299adefa8793b81ee9d2b39ce77ba0956f398a..d41a0b46b2ea3c05e33b660a81238115c42ec4d6 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -548,7 +548,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 {
|
|
|