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

Unified Diff: Source/core/layout/line/LayoutTextInfo.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
« no previous file with comments | « Source/core/layout/line/InlineTextBox.cpp ('k') | Source/core/layout/line/LineBoxList.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/line/LayoutTextInfo.h
diff --git a/Source/core/layout/line/LayoutTextInfo.h b/Source/core/layout/line/LayoutTextInfo.h
index dc8c705283f8dc28e719660f5da7c53ec877eaf2..1fa8760697e7ac68fbaa7d89123863f2278bd18c 100644
--- a/Source/core/layout/line/LayoutTextInfo.h
+++ b/Source/core/layout/line/LayoutTextInfo.h
@@ -28,7 +28,7 @@
namespace blink {
class Font;
-class RenderText;
+class LayoutText;
struct LayoutTextInfo {
LayoutTextInfo()
@@ -37,7 +37,7 @@ struct LayoutTextInfo {
{
}
- RenderText* m_text;
+ LayoutText* m_text;
LazyLineBreakIterator m_lineBreakIterator;
const Font* m_font;
};
« no previous file with comments | « Source/core/layout/line/InlineTextBox.cpp ('k') | Source/core/layout/line/LineBoxList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698