diff options
Diffstat (limited to 'Source/WebCore/platform/graphics/GlyphPageTreeNode.h')
-rw-r--r-- | Source/WebCore/platform/graphics/GlyphPageTreeNode.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/WebCore/platform/graphics/GlyphPageTreeNode.h b/Source/WebCore/platform/graphics/GlyphPageTreeNode.h index b68c0ed..72a62ea 100644 --- a/Source/WebCore/platform/graphics/GlyphPageTreeNode.h +++ b/Source/WebCore/platform/graphics/GlyphPageTreeNode.h @@ -196,6 +196,11 @@ public: void pruneCustomFontData(const FontData*); void pruneFontData(const SimpleFontData*, unsigned level = 0); +#if PLATFORM(ANDROID) + static void resetRoots(); + void resetChildren(); +#endif + GlyphPageTreeNode* parent() const { return m_parent; } GlyphPageTreeNode* getChild(const FontData*, unsigned pageNumber); |