| 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 0c59502b64ebf08fe9a112cd8bf1c6599e767d4b..6d7d8835c486978de895032b756f2be6632fcdfa 100644
|
| --- a/third_party/WebKit/Source/core/layout/TextAutosizer.h
|
| +++ b/third_party/WebKit/Source/core/layout/TextAutosizer.h
|
| @@ -337,9 +337,6 @@ class CORE_EXPORT TextAutosizer final
|
| TextLeafSearch) const;
|
| BlockFlags classifyBlock(const LayoutObject*,
|
| BlockFlags mask = UINT_MAX) const;
|
| -#ifdef AUTOSIZING_DOM_DEBUG_INFO
|
| - void writeClusterDebugInfo(Cluster*);
|
| -#endif
|
| // Must be called at the start of layout.
|
| void checkSuperclusterConsistency();
|
| // Mark the nearest non-inheritance supercluser
|
|
|