Index: content/browser/frame_host/render_frame_host_impl.h |
diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h |
index dc24b89172448e10974816d94a9411aae3f4351f..516b343639d4abbd5ee725bc388201dfc431b126 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.h |
+++ b/content/browser/frame_host/render_frame_host_impl.h |
@@ -793,7 +793,8 @@ class CONTENT_EXPORT RenderFrameHostImpl |
base::TimeDelta renderer_main_thread_time); |
void OnSelectionChanged(const base::string16& text, |
uint32_t offset, |
- const gfx::Range& range); |
+ const gfx::Range& range, |
+ bool user_initiated); |
void OnFocusedNodeChanged(bool is_editable_element, |
const gfx::Rect& bounds_in_frame_widget); |
void OnSetHasReceivedUserGesture(); |