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

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

Issue 2798143003: Avoid duplicate functions/code in core/editing: DirectionalSelection (Closed)
Patch Set: Created 3 years, 8 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 | third_party/WebKit/Source/core/editing/SelectionModifier.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/editing/SelectionModifier.h
diff --git a/third_party/WebKit/Source/core/editing/SelectionModifier.h b/third_party/WebKit/Source/core/editing/SelectionModifier.h
index 3f7abe54533827989b97ab465f97a4cb8f73b8d4..a9b0a18ca19c7c7ad23b8d1499a68d7bbbd7b045 100644
--- a/third_party/WebKit/Source/core/editing/SelectionModifier.h
+++ b/third_party/WebKit/Source/core/editing/SelectionModifier.h
@@ -65,6 +65,7 @@ class SelectionModifier {
LocalFrame* frame() const { return m_frame; }
+ static bool shouldAlwaysUseDirectionalSelection(LocalFrame*);
TextDirection directionOfEnclosingBlock() const;
TextDirection directionOfSelection() const;
VisiblePosition positionForPlatform(bool isGetStart) const;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/SelectionModifier.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698