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

Unified Diff: Source/core/layout/TextAutosizer.h

Issue 931423003: Rename rendering/RenderList* to layout/LayoutList* (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove spurious LayoutLayerModelObject reference 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/LayoutTreeAsText.cpp ('k') | Source/core/layout/TextAutosizer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « Source/core/layout/LayoutTreeAsText.cpp ('k') | Source/core/layout/TextAutosizer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698