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

Unified Diff: Source/platform/fonts/win/FontCustomPlatformDataWin.cpp

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/FontCacheWin.cpp ('k') | Source/platform/fonts/win/FontFallbackWin.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/win/FontCustomPlatformDataWin.cpp
diff --git a/Source/core/platform/graphics/win/FontCustomPlatformDataWin.cpp b/Source/platform/fonts/win/FontCustomPlatformDataWin.cpp
similarity index 96%
rename from Source/core/platform/graphics/win/FontCustomPlatformDataWin.cpp
rename to Source/platform/fonts/win/FontCustomPlatformDataWin.cpp
index 35aebe0eb40caabea0c65b937c5d49ee1c08aa3d..43ae74c825e56459b1eba2a33f90d65c1a37940a 100644
--- a/Source/core/platform/graphics/win/FontCustomPlatformDataWin.cpp
+++ b/Source/platform/fonts/win/FontCustomPlatformDataWin.cpp
@@ -33,9 +33,9 @@
#include "platform/LayoutTestSupport.h"
#include "platform/SharedBuffer.h"
-#include "core/platform/graphics/FontPlatformData.h"
-#include "core/platform/graphics/opentype/OpenTypeSanitizer.h"
-#include "core/platform/graphics/opentype/OpenTypeUtilities.h"
+#include "platform/fonts/FontPlatformData.h"
+#include "platform/fonts/opentype/OpenTypeSanitizer.h"
+#include "platform/fonts/opentype/OpenTypeUtilities.h"
#include "wtf/PassOwnPtr.h"
#include "wtf/RefPtr.h"
#include "wtf/text/Base64.h"
« no previous file with comments | « Source/platform/fonts/win/FontCacheWin.cpp ('k') | Source/platform/fonts/win/FontFallbackWin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698