Index: Source/core/layout/TextAutosizer.h |
diff --git a/Source/core/layout/TextAutosizer.h b/Source/core/layout/TextAutosizer.h |
index a17838a96a08754fce380f5c5ad58cde48fe610c..329334934857e69d14bdc33d19cf761e0d219ac7 100644 |
--- a/Source/core/layout/TextAutosizer.h |
+++ b/Source/core/layout/TextAutosizer.h |
@@ -43,9 +43,9 @@ |
namespace blink { |
class Document; |
+class LayoutListItem; |
+class LayoutListMarker; |
class RenderBlock; |
-class RenderListItem; |
-class RenderListMarker; |
// Single-pass text autosizer. Documentation at: |
// http://tinyurl.com/TextAutosizer |
@@ -63,7 +63,7 @@ public: |
void updatePageInfo(); |
void record(const RenderBlock*); |
void destroy(const RenderBlock*); |
- void inflateListItem(RenderListItem*, RenderListMarker*); |
+ void inflateListItem(LayoutListItem*, LayoutListMarker*); |
DECLARE_TRACE(); |