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

Unified Diff: Source/platform/fonts/GlyphPage.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/FontTest.cpp ('k') | Source/platform/fonts/GlyphPageTreeNode.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/GlyphPage.h
diff --git a/Source/platform/fonts/GlyphPage.h b/Source/platform/fonts/GlyphPage.h
index 93b99bd7c4ae42d998ec0048e47668d1431af1f1..98812862bef202ef52c385d08af2e62e96294793 100644
--- a/Source/platform/fonts/GlyphPage.h
+++ b/Source/platform/fonts/GlyphPage.h
@@ -30,6 +30,7 @@
#ifndef GlyphPage_h
#define GlyphPage_h
+#include "platform/PlatformExport.h"
#include "platform/fonts/Glyph.h"
#include <string.h>
#include "wtf/PassRefPtr.h"
@@ -67,7 +68,7 @@ struct GlyphData {
// missing in the primary font. It is owned by exactly one GlyphPageTreeNode,
// although multiple nodes may reference it as their "page" if they are supposed
// to be overriding the parent's node, but provide no additional information.
-class GlyphPage : public RefCounted<GlyphPage> {
+class PLATFORM_EXPORT GlyphPage : public RefCounted<GlyphPage> {
public:
static PassRefPtr<GlyphPage> createForMixedFontData(GlyphPageTreeNode* owner)
{
« no previous file with comments | « Source/platform/fonts/FontTest.cpp ('k') | Source/platform/fonts/GlyphPageTreeNode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698