| Index: third_party/WebKit/Source/core/layout/TextAutosizer.h
|
| diff --git a/third_party/WebKit/Source/core/layout/TextAutosizer.h b/third_party/WebKit/Source/core/layout/TextAutosizer.h
|
| index ef632bc702020ee1b24a551433ba750d38f7f306..c3fb67e2df9ab90b33e3a5e1c381c5d8ecbec755 100644
|
| --- a/third_party/WebKit/Source/core/layout/TextAutosizer.h
|
| +++ b/third_party/WebKit/Source/core/layout/TextAutosizer.h
|
| @@ -234,7 +234,7 @@ class CORE_EXPORT TextAutosizer final
|
| bool remove(LayoutObject*);
|
| Fingerprint get(const LayoutObject*);
|
| BlockSet* getTentativeClusterRoots(Fingerprint);
|
| - Supercluster* createSuperclusterIfNeeded(LayoutBlock*);
|
| + Supercluster* createSuperclusterIfNeeded(LayoutBlock*, bool& isNewEntry);
|
| bool hasFingerprints() const { return !m_fingerprints.isEmpty(); }
|
| HashSet<Supercluster*>& getPotentiallyInconsistentSuperclusters() {
|
| return m_potentiallyInconsistentSuperclusters;
|
|
|