Chromium Code Reviews| 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..8e28131c12a60d34bc042fd302d52d24084b6f98 100644 |
| --- a/third_party/WebKit/Source/core/editing/SelectionController.h |
| +++ b/third_party/WebKit/Source/core/editing/SelectionController.h |
| @@ -91,6 +91,8 @@ private: |
| bool isLinkSelection(const MouseEventWithHitTestResults&); |
|
yosin_UTC9
2016/06/08 01:37:22
nit: no need to have an extra blank line here.
tonikitoo
2016/06/24 18:39:20
Done.
|
| +bool isExtendingSelection(const MouseEventWithHitTestResults&); |
| + |
| } // namespace blink |
| #endif // SelectionController_h |