| Index: third_party/WebKit/Source/core/editing/SelectionController.h
|
| diff --git a/third_party/WebKit/Source/core/editing/SelectionController.h b/third_party/WebKit/Source/core/editing/SelectionController.h
|
| index 30eb0d352675a08b0fe5711f1933825c404828e1..8513fc1a2fb1001d2921d9c3d7664ec02a4065b6 100644
|
| --- a/third_party/WebKit/Source/core/editing/SelectionController.h
|
| +++ b/third_party/WebKit/Source/core/editing/SelectionController.h
|
| @@ -98,7 +98,8 @@ class SelectionController final : public GarbageCollected<SelectionController> {
|
| bool updateSelectionForMouseDownDispatchingSelectStart(
|
| Node*,
|
| const VisibleSelectionInFlatTree&,
|
| - TextGranularity);
|
| + TextGranularity,
|
| + bool isHandleVisible = false);
|
|
|
| FrameSelection& selection() const;
|
|
|
|
|