Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(571)

Unified Diff: third_party/WebKit/Source/core/layout/TextAutosizer.h

Issue 2749773002: Remove AUTOSIZING_DOM_DEBUG_INFO sections (Closed)
Patch Set: remove AUTOSIZING_DOM_DEBUG_INFO parts Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/TextAutosizer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/TextAutosizer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698