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