| Index: Source/core/rendering/TextAutosizer.h
|
| diff --git a/Source/core/rendering/TextAutosizer.h b/Source/core/rendering/TextAutosizer.h
|
| index 5b38d0748be1140f29dc23d1863850d8d648107d..5e1a96a8d4b20bb5be375814adbf7f9575d1c4be 100644
|
| --- a/Source/core/rendering/TextAutosizer.h
|
| +++ b/Source/core/rendering/TextAutosizer.h
|
| @@ -79,6 +79,7 @@ private:
|
| static bool containerShouldBeAutosized(const RenderBlock* container);
|
| static bool containerContainsOneOfTags(const RenderBlock* cluster, const Vector<QualifiedName>& tags);
|
| static bool containerIsRowOfLinks(const RenderObject* container);
|
| + static bool containerIsTextArea(const RenderBlock* container);
|
| static bool contentHeightIsConstrained(const RenderBlock* container);
|
| static bool clusterShouldBeAutosized(TextAutosizingClusterInfo&, float blockWidth);
|
| static bool compositeClusterShouldBeAutosized(Vector<TextAutosizingClusterInfo>&, float blockWidth);
|
|
|