| Index: Source/core/rendering/TextAutosizer.h
|
| diff --git a/Source/core/rendering/TextAutosizer.h b/Source/core/rendering/TextAutosizer.h
|
| index 5b38d0748be1140f29dc23d1863850d8d648107d..d1beecdac8f2ff581e16475ac194aaf9b36bbbb5 100644
|
| --- a/Source/core/rendering/TextAutosizer.h
|
| +++ b/Source/core/rendering/TextAutosizer.h
|
| @@ -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);
|
|
|