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

Unified Diff: Source/platform/fonts/win/FontPlatformDataWin.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/win/FontFallbackWin.cpp ('k') | Source/platform/fonts/win/FontPlatformDataWin.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/win/FontPlatformDataWin.h
diff --git a/Source/core/platform/graphics/win/FontPlatformDataWin.h b/Source/platform/fonts/win/FontPlatformDataWin.h
similarity index 98%
rename from Source/core/platform/graphics/win/FontPlatformDataWin.h
rename to Source/platform/fonts/win/FontPlatformDataWin.h
index 78a161ecde96c5e140cc063faf8dea2a4632443a..5aa08c97b7b5f22e2effe67e514a6ea7de891d56 100644
--- a/Source/core/platform/graphics/win/FontPlatformDataWin.h
+++ b/Source/platform/fonts/win/FontPlatformDataWin.h
@@ -35,9 +35,9 @@
#include "SkPaint.h"
#include "SkTypeface.h"
#include "SkTypeface_win.h"
-#include "core/platform/graphics/opentype/OpenTypeVerticalData.h"
#include "platform/SharedBuffer.h"
#include "platform/fonts/FontOrientation.h"
+#include "platform/fonts/opentype/OpenTypeVerticalData.h"
#include "wtf/Forward.h"
#include "wtf/HashTableDeletedValueType.h"
#include "wtf/OwnPtr.h"
@@ -60,7 +60,7 @@ class FontDescription;
class GraphicsContext;
class HarfBuzzFace;
-class FontPlatformData {
+class PLATFORM_EXPORT FontPlatformData {
public:
// Used for deleted values in the font cache's hash tables. The hash table
// will create us with this structure, and it will compare other values
« no previous file with comments | « Source/platform/fonts/win/FontFallbackWin.cpp ('k') | Source/platform/fonts/win/FontPlatformDataWin.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698