| Index: Source/core/rendering/TextAutosizer.h
|
| diff --git a/Source/core/rendering/TextAutosizer.h b/Source/core/rendering/TextAutosizer.h
|
| index 5b38d0748be1140f29dc23d1863850d8d648107d..a232ea2f956da14c1b1faa78abc8058eaffd3f80 100644
|
| --- a/Source/core/rendering/TextAutosizer.h
|
| +++ b/Source/core/rendering/TextAutosizer.h
|
| @@ -53,7 +53,7 @@ public:
|
|
|
| static float computeAutosizedFontSize(float specifiedSize, float multiplier);
|
|
|
| -private:
|
| +public:
|
| enum TraversalDirection {
|
| FirstToLast,
|
| LastToFirst
|
| @@ -69,6 +69,7 @@ private:
|
| void processContainer(float multiplier, RenderBlock* container, TextAutosizingClusterInfo&, RenderObject* subtreeRoot, const TextAutosizingWindowInfo&);
|
|
|
| void setMultiplier(RenderObject*, float);
|
| + void setMultiplierForList(RenderObject* renderer, float multiplier);
|
|
|
| static bool isAutosizingContainer(const RenderObject*);
|
| static bool isNarrowDescendant(const RenderBlock*, TextAutosizingClusterInfo& parentClusterInfo);
|
|
|