summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/public/web/web_local_frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/public/web/web_local_frame.h')
-rw-r--r--chromium/third_party/blink/public/web/web_local_frame.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/third_party/blink/public/web/web_local_frame.h b/chromium/third_party/blink/public/web/web_local_frame.h
index 9b42baf6eb4..6929ab8ca64 100644
--- a/chromium/third_party/blink/public/web/web_local_frame.h
+++ b/chromium/third_party/blink/public/web/web_local_frame.h
@@ -476,7 +476,8 @@ class WebLocalFrame : public WebFrame {
virtual void TextSelectionChanged(const WebString& selection_text,
uint32_t offset,
- const gfx::Range& range) = 0;
+ const gfx::Range& range,
+ bool user_initiated) = 0;
// Expands the selection to a word around the caret and returns
// true. Does nothing and returns false if there is no caret or