| 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 796df9dec1acead424ec1cc5369d4bc3ffb1b2fb..4328ae9003330d49dbfab9dce0f132010d433e94 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
|
|
|
|
|