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

Unified Diff: Source/core/layout/line/InlineTextBox.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/InlineIterator.h ('k') | Source/core/layout/line/InlineTextBox.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/line/InlineTextBox.h
diff --git a/Source/core/layout/line/InlineTextBox.h b/Source/core/layout/line/InlineTextBox.h
index 22c1013d14fbc809bca7e3c3df17c8a11e63f371..54b1b77931f70778416840c184ac8c58a6b44484 100644
--- a/Source/core/layout/line/InlineTextBox.h
+++ b/Source/core/layout/line/InlineTextBox.h
@@ -23,9 +23,9 @@
#ifndef InlineTextBox_h
#define InlineTextBox_h
+#include "core/layout/LayoutText.h" // so textRenderer() can be inline
#include "core/layout/line/FloatToLayoutUnit.h"
#include "core/layout/line/InlineBox.h"
-#include "core/rendering/RenderText.h" // so textRenderer() can be inline
#include "platform/text/TextRun.h"
#include "wtf/Forward.h"
@@ -50,7 +50,7 @@ public:
setIsText(true);
}
- RenderText& renderer() const { return toRenderText(InlineBox::renderer()); }
+ LayoutText& renderer() const { return toLayoutText(InlineBox::renderer()); }
virtual void destroy() override final;
« no previous file with comments | « Source/core/layout/line/InlineIterator.h ('k') | Source/core/layout/line/InlineTextBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698