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

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

Issue 1288553007: Move a member function atEditingBoundary() out from PositionAlgorithm<Strategy> template class (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 2015-08-19T14:22:58 Created 5 years, 4 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/Position.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/Position.h
diff --git a/Source/core/editing/Position.h b/Source/core/editing/Position.h
index a0da64b8fe62b99b753cfd008300a0748d6508fb..b8ec7de0d17b43f0d92036edc541e19f0f1986db 100644
--- a/Source/core/editing/Position.h
+++ b/Source/core/editing/Position.h
@@ -187,8 +187,6 @@ public:
bool atFirstEditingPositionForNode() const;
bool atLastEditingPositionForNode() const;
- // Returns true if the visually equivalent positions around have different editability
- bool atEditingBoundary() const;
Node* parentEditingBoundary() const;
bool atStartOfTree() const;
« no previous file with comments | « no previous file | Source/core/editing/Position.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698