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

Unified Diff: Source/core/layout/LayoutQuote.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/LayoutObject.cpp ('k') | Source/core/layout/LayoutQuote.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutQuote.h
diff --git a/Source/core/layout/LayoutQuote.h b/Source/core/layout/LayoutQuote.h
index 6cb9427199b0a41e9478207e9814f173e41fd2e4..d35183d082f0306903f42108d6561fd16926dd55 100644
--- a/Source/core/layout/LayoutQuote.h
+++ b/Source/core/layout/LayoutQuote.h
@@ -30,7 +30,7 @@
namespace blink {
class Document;
-class RenderTextFragment;
+class LayoutTextFragment;
class LayoutQuote final : public LayoutInline {
public:
@@ -53,7 +53,7 @@ private:
void updateDepth();
bool isAttached() { return m_attached; }
- RenderTextFragment* findFragmentChild() const;
+ LayoutTextFragment* findFragmentChild() const;
QuoteType m_type;
int m_depth;
« no previous file with comments | « Source/core/layout/LayoutObject.cpp ('k') | Source/core/layout/LayoutQuote.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698