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

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

Issue 1191253002: Templatize handleMousePressEventSingleClick in SelectionController (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 2015-06-19T17:58:51 Created 5 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
« no previous file with comments | « no previous file | Source/core/editing/SelectionController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/SelectionController.h
diff --git a/Source/core/editing/SelectionController.h b/Source/core/editing/SelectionController.h
index 980fe65b89aceaa1f24f2781a1c1f0a03e4e0270..e4649efab71243d72e29f328307cbba570847b91 100644
--- a/Source/core/editing/SelectionController.h
+++ b/Source/core/editing/SelectionController.h
@@ -69,6 +69,9 @@ private:
explicit SelectionController(LocalFrame&);
template <typename Strategy>
+ bool handleMousePressEventSingleClickAlgorithm(const MouseEventWithHitTestResults&);
+
+ template <typename Strategy>
void updateSelectionForMouseDragAlgorithm(const HitTestResult&, Node*, const LayoutPoint&, const IntPoint&);
enum AppendTrailingWhitespace { ShouldAppendTrailingWhitespace, DontAppendTrailingWhitespace };
« no previous file with comments | « no previous file | Source/core/editing/SelectionController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698