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

Unified Diff: Source/core/editing/iterators/TextIteratorTextState.h

Issue 1122723005: Rename renderer to layoutObject in core/editing. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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: Source/core/editing/iterators/TextIteratorTextState.h
diff --git a/Source/core/editing/iterators/TextIteratorTextState.h b/Source/core/editing/iterators/TextIteratorTextState.h
index 138b8864ff4cb6dc39984ec4a05a5887b0e6e624..932c81001558c2ef691c3034e6f7ae74a145a5cb 100644
--- a/Source/core/editing/iterators/TextIteratorTextState.h
+++ b/Source/core/editing/iterators/TextIteratorTextState.h
@@ -47,7 +47,7 @@ public:
void appendTextToStringBuilder(StringBuilder&, unsigned position = 0, unsigned maxLength = UINT_MAX) const;
void emitCharacter(UChar, Node* textNode, Node* offsetBaseNode, int textStartOffset, int textEndOffset);
- void emitText(Node* textNode, LayoutText* renderer, int textStartOffset, int textEndOffset);
+ void emitText(Node* textNode, LayoutText* layoutObject, int textStartOffset, int textEndOffset);
void emitAltText(Node*);
void updateForReplacedElement(Node* baseNode);
void flushPositionOffsets() const;
« no previous file with comments | « Source/core/editing/iterators/TextIteratorTest.cpp ('k') | Source/core/editing/iterators/TextIteratorTextState.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698