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

Unified Diff: Source/core/rendering/FastTextAutosizer.h

Issue 145003009: Autosize list markers. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@tot
Patch Set: Rebase. Created 6 years, 11 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/rendering/FastTextAutosizer.h
diff --git a/Source/core/rendering/FastTextAutosizer.h b/Source/core/rendering/FastTextAutosizer.h
index de1293d9fa8ad30132904d3b84710cbf17087e4d..5c00d2289ebef09bea355b06fcbb9ce589bf4b5a 100644
--- a/Source/core/rendering/FastTextAutosizer.h
+++ b/Source/core/rendering/FastTextAutosizer.h
@@ -65,6 +65,8 @@ public:
void beginLayout(RenderBlock*);
void endLayout(RenderBlock*);
+ void inflateListItem(RenderBlock*, RenderObject*);
pdr. 2014/01/25 03:50:23 This should probably be: inflateListItem(RenderLis
skobes 2014/01/28 03:10:30 Even if we don't need anything from those classes,
pdr. 2014/01/28 04:50:46 Yes, type safety > compile time :) There's no nee
skobes 2014/01/29 00:13:29 Done.
+
private:
struct Cluster {
explicit Cluster(const RenderBlock* root, bool autosize, Cluster* parent)
@@ -116,6 +118,7 @@ private:
explicit FastTextAutosizer(const Document*);
+ float activeMultiplier();
void inflate(RenderBlock*);
bool enabled();
void prepareRenderViewInfo(RenderView*);

Powered by Google App Engine
This is Rietveld 408576698