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

Unified Diff: Source/platform/fonts/GlyphPageTreeNode.h

Issue 551373002: Remove debug output formatting from GlyphPageTreeNode and friends (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@mergeImplSquash
Patch Set: Rebased on top of FontPlatformData header merge Created 6 years, 3 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 | « Source/platform/fonts/FontPlatformData.h ('k') | Source/platform/fonts/GlyphPageTreeNode.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/GlyphPageTreeNode.h
diff --git a/Source/platform/fonts/GlyphPageTreeNode.h b/Source/platform/fonts/GlyphPageTreeNode.h
index 9b644a9822cf0e7f4ec8ac1b6aba1f64925595c5..c5410625360a176b737a28eb3536c82502b05ec5 100644
--- a/Source/platform/fonts/GlyphPageTreeNode.h
+++ b/Source/platform/fonts/GlyphPageTreeNode.h
@@ -37,11 +37,6 @@
#include "wtf/RefCounted.h"
#include "wtf/unicode/Unicode.h"
-#ifndef NDEBUG
-void PLATFORM_EXPORT showGlyphPageTrees();
-void PLATFORM_EXPORT showGlyphPageTree(unsigned pageNumber);
-#endif
-
namespace blink {
class FontData;
@@ -131,10 +126,6 @@ private:
#if ENABLE(ASSERT)
unsigned m_pageNumber;
#endif
-#ifndef NDEBUG
- friend void ::showGlyphPageTrees();
- friend void ::showGlyphPageTree(unsigned pageNumber);
-#endif
};
} // namespace blink
« no previous file with comments | « Source/platform/fonts/FontPlatformData.h ('k') | Source/platform/fonts/GlyphPageTreeNode.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698