Index: Source/core/rendering/TextAutosizer.h |
diff --git a/Source/core/rendering/TextAutosizer.h b/Source/core/rendering/TextAutosizer.h |
index 0f69e25757cf90e4b048f27d574fed0ba248c828..922dbc953f3bc5f055bc4da3c8304826dfe164d7 100644 |
--- a/Source/core/rendering/TextAutosizer.h |
+++ b/Source/core/rendering/TextAutosizer.h |
@@ -139,6 +139,8 @@ private: |
// Mapping from a cluster hash to the corresponding cluster infos which have not been autosized yet. |
HashMap<unsigned, OwnPtr<Vector<TextAutosizingClusterInfo> > > m_nonAutosizedClusters; |
+ |
+ bool m_previouslyAutosized; |
}; |
} // namespace WebCore |