Chromium Code Reviews| 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; |
| }; |