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

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: Merge w/HEAD again 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/layout/LayoutQuote.h
diff --git a/Source/core/layout/LayoutQuote.h b/Source/core/layout/LayoutQuote.h
index ebfe5950545a629c75edfe3bc341440e5db662ee..65c742b8bd0c84e273ffd20717adf2bf06f5dace 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 RenderInline {
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;

Powered by Google App Engine
This is Rietveld 408576698