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

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

Issue 99103006: Moving GraphicsContext and dependencies from core to platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Final patch - fixes Android Created 7 years 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/GlyphPage.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/core/platform/graphics/GlyphPageTreeNode.h b/Source/platform/fonts/GlyphPageTreeNode.h
similarity index 96%
rename from Source/core/platform/graphics/GlyphPageTreeNode.h
rename to Source/platform/fonts/GlyphPageTreeNode.h
index eec5ef2f6a8d9a201528f673fe57e12535cf81ca..2ac20a2ca2a9e216c4727e874b2653bfbf57f5c2 100644
--- a/Source/core/platform/graphics/GlyphPageTreeNode.h
+++ b/Source/platform/fonts/GlyphPageTreeNode.h
@@ -38,8 +38,8 @@
#include "wtf/unicode/Unicode.h"
#ifndef NDEBUG
-void showGlyphPageTrees();
-void showGlyphPageTree(unsigned pageNumber);
+void PLATFORM_EXPORT showGlyphPageTrees();
+void PLATFORM_EXPORT showGlyphPageTree(unsigned pageNumber);
#endif
namespace WebCore {
@@ -67,8 +67,8 @@ class SimpleFontData;
// system fallback page is not populated at construction like the other pages,
// but on demand for each glyph, because the system may need to use different
// fallback fonts for each. This lazy population is done by the Font.
-class GlyphPageTreeNode {
- WTF_MAKE_FAST_ALLOCATED;
+class PLATFORM_EXPORT GlyphPageTreeNode {
+ WTF_MAKE_FAST_ALLOCATED; WTF_MAKE_NONCOPYABLE(GlyphPageTreeNode);
public:
static GlyphPageTreeNode* getRootChild(const FontData* fontData, unsigned pageNumber)
{
« no previous file with comments | « Source/platform/fonts/GlyphPage.h ('k') | Source/platform/fonts/GlyphPageTreeNode.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698