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

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

Issue 940373003: Rename RenderText to LayoutText (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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/SimplifiedBackwardsTextIterator.h
diff --git a/Source/core/editing/iterators/SimplifiedBackwardsTextIterator.h b/Source/core/editing/iterators/SimplifiedBackwardsTextIterator.h
index 2659a91ef238fa4e75a3cf42a9637e3eac71b1cb..5baf728b14fd37127dd9aa6ba24d979fd09b890b 100644
--- a/Source/core/editing/iterators/SimplifiedBackwardsTextIterator.h
+++ b/Source/core/editing/iterators/SimplifiedBackwardsTextIterator.h
@@ -33,8 +33,8 @@
namespace blink {
-class RenderText;
-class RenderTextFragment;
+class LayoutText;
+class LayoutTextFragment;
// Iterates through the DOM range, returning all the text, and 0-length boundaries
// at points where replaced elements break up the text flow. The text comes back in
@@ -72,7 +72,7 @@ private:
void init(Node* startNode, Node* endNode, int startOffset, int endOffset);
void exitNode();
bool handleTextNode();
- RenderText* handleFirstLetter(int& startOffset, int& offsetInNode);
+ LayoutText* handleFirstLetter(int& startOffset, int& offsetInNode);
bool handleReplacedElement();
bool handleNonTextNode();
void emitCharacter(UChar, Node*, int startOffset, int endOffset);
« no previous file with comments | « Source/core/editing/VisibleUnits.cpp ('k') | Source/core/editing/iterators/SimplifiedBackwardsTextIterator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698