| 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 9fac2169fd95ce48c45c3233da14cec7637d6c5e..68c3181077910fcb130bfb992b94cc0a1159a86c 100644
|
| --- a/third_party/WebKit/Source/core/editing/SelectionController.h
|
| +++ b/third_party/WebKit/Source/core/editing/SelectionController.h
|
| @@ -90,6 +90,7 @@ private:
|
| };
|
|
|
| bool isLinkSelection(const MouseEventWithHitTestResults&);
|
| +bool isExtendingSelection(const MouseEventWithHitTestResults&);
|
|
|
| } // namespace blink
|
|
|
|
|