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

Unified Diff: Source/platform/fonts/SegmentedFontData.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/SVGGlyph.cpp ('k') | Source/platform/fonts/SegmentedFontData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/SegmentedFontData.h
diff --git a/Source/core/platform/graphics/SegmentedFontData.h b/Source/platform/fonts/SegmentedFontData.h
similarity index 97%
rename from Source/core/platform/graphics/SegmentedFontData.h
rename to Source/platform/fonts/SegmentedFontData.h
index ab800672f8e9d56d0df39f393010c5ba2143da3e..ffc34e067e9f88040186b50f385ce2fbc528eb7f 100644
--- a/Source/core/platform/graphics/SegmentedFontData.h
+++ b/Source/platform/fonts/SegmentedFontData.h
@@ -26,6 +26,7 @@
#ifndef SegmentedFontData_h
#define SegmentedFontData_h
+#include "platform/PlatformExport.h"
#include "platform/fonts/FontData.h"
#include "wtf/Vector.h"
@@ -52,7 +53,7 @@ private:
RefPtr<SimpleFontData> m_fontData;
};
-class SegmentedFontData : public FontData {
+class PLATFORM_EXPORT SegmentedFontData : public FontData {
public:
static PassRefPtr<SegmentedFontData> create() { return adoptRef(new SegmentedFontData); }
« no previous file with comments | « Source/platform/fonts/SVGGlyph.cpp ('k') | Source/platform/fonts/SegmentedFontData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698