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

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

Issue 2399663003: Reflow comments in //third_party/WebKit/Source/core/editing (Closed)
Patch Set: Created 4 years, 2 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/PositionIterator.h
diff --git a/third_party/WebKit/Source/core/editing/PositionIterator.h b/third_party/WebKit/Source/core/editing/PositionIterator.h
index 95ad49ec33e905e7ac600b518a5ab8c87d9f8748..a7ba6512dd9b47c8e21a9cc4c92a4a8e60604e7f 100644
--- a/third_party/WebKit/Source/core/editing/PositionIterator.h
+++ b/third_party/WebKit/Source/core/editing/PositionIterator.h
@@ -78,8 +78,9 @@ class PositionIteratorAlgorithm {
}
Member<Node> m_anchorNode;
- Member<Node>
- m_nodeAfterPositionInAnchor; // If this is non-null, Strategy::parent(*m_nodeAfterPositionInAnchor) == m_anchorNode;
+ // If this is non-null, Strategy::parent(*m_nodeAfterPositionInAnchor) ==
+ // m_anchorNode;
+ Member<Node> m_nodeAfterPositionInAnchor;
int m_offsetInAnchor;
size_t m_depthToAnchorNode;
// If |m_nodeAfterPositionInAnchor| is not null,
« no previous file with comments | « third_party/WebKit/Source/core/editing/Position.cpp ('k') | third_party/WebKit/Source/core/editing/PositionIterator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698