Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(131)

Unified Diff: third_party/WebKit/Source/core/editing/SelectionController.h

Issue 2048733002: Selecting with shift+drag results in unexpected drag-n-drop (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698