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

Unified Diff: Source/core/dom/Text.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/dom/RenderTreeBuilder.cpp ('k') | Source/core/dom/Text.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Text.h
diff --git a/Source/core/dom/Text.h b/Source/core/dom/Text.h
index 978131a41663888baa2fc05f89a54c7348dca11f..35276245786c2ce67c7acc8e0576e64e9b2c6a41 100644
--- a/Source/core/dom/Text.h
+++ b/Source/core/dom/Text.h
@@ -28,7 +28,7 @@
namespace blink {
class ExceptionState;
-class RenderText;
+class LayoutText;
class Text : public CharacterData {
DEFINE_WRAPPERTYPEINFO();
@@ -38,7 +38,7 @@ public:
static PassRefPtrWillBeRawPtr<Text> create(Document&, const String&);
static PassRefPtrWillBeRawPtr<Text> createEditingText(Document&, const String&);
- RenderText* renderer() const;
+ LayoutText* renderer() const;
// mergeNextSiblingNodesIfPossible() merges next sibling nodes if possible
// then returns a node not merged.
@@ -52,7 +52,7 @@ public:
void recalcTextStyle(StyleRecalcChange, Text* nextTextSibling);
bool textRendererIsNeeded(const LayoutStyle&, const LayoutObject& parent);
- RenderText* createTextRenderer(LayoutStyle*);
+ LayoutText* createTextRenderer(LayoutStyle*);
void updateTextRenderer(unsigned offsetOfReplacedData, unsigned lengthOfReplacedData, RecalcStyleBehavior = DoNotRecalcStyle);
virtual void attach(const AttachContext& = AttachContext()) override final;
« no previous file with comments | « Source/core/dom/RenderTreeBuilder.cpp ('k') | Source/core/dom/Text.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698