Index: Source/WebCore/rendering/TextAutosizer.h |
=================================================================== |
--- Source/WebCore/rendering/TextAutosizer.h (revision 143930) |
+++ Source/WebCore/rendering/TextAutosizer.h (working copy) |
@@ -91,6 +91,11 @@ |
// belong to any cluster. |
static const RenderObject* findFirstTextLeafNotInCluster(const RenderObject*, size_t& depth, TraversalDirection); |
+ // Returns groups of narrow descendants of a given autosizing cluster. The groups are combined |
+ // by the difference between the width of the descendant and the width of the parent cluster's |
+ // |blockContainingAllText|. |
+ static void getNarrowDescendantsGroupedByWidth(const TextAutosizingClusterInfo& parentClusterInfo, Vector<Vector<TextAutosizingClusterInfo> >&); |
+ |
Document* m_document; |
}; |