| Index: third_party/WebKit/Source/core/editing/FrameSelection.h
|
| diff --git a/third_party/WebKit/Source/core/editing/FrameSelection.h b/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| index 19102e95e4e01098e8f60c701536dcf7511b3363..2df4f451e3d7574261bd4ea3a7423ae87999fc3e 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| @@ -128,7 +128,7 @@ class CORE_EXPORT FrameSelection final
|
| TextAffinity,
|
| SelectionDirectionalMode = SelectionDirectionalMode::kNonDirectional,
|
| FrameSelection::SetSelectionOptions = kCloseTyping | kClearTypingStyle);
|
| - void SelectAll();
|
| + void SelectAll(EUserTriggered = kNotUserTriggered);
|
| void Clear();
|
| bool IsHidden() const;
|
|
|
|
|