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

Unified Diff: Source/platform/fonts/FontData.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 | « no previous file | Source/platform/fonts/FontPlatformData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/FontData.h
diff --git a/Source/platform/fonts/FontData.h b/Source/platform/fonts/FontData.h
index 834290676ef04955ef5e9b98c4263829183c7289..636dfbbb42365e9a122acd2d484c757591e652ee 100644
--- a/Source/platform/fonts/FontData.h
+++ b/Source/platform/fonts/FontData.h
@@ -59,10 +59,6 @@ public:
void setMaxGlyphPageTreeLevel(unsigned level) const { m_maxGlyphPageTreeLevel = level; }
unsigned maxGlyphPageTreeLevel() const { return m_maxGlyphPageTreeLevel; }
-#ifndef NDEBUG
- virtual String description() const = 0;
-#endif
-
private:
mutable unsigned m_maxGlyphPageTreeLevel;
};
« no previous file with comments | « no previous file | Source/platform/fonts/FontPlatformData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698