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

Unified Diff: Source/platform/fonts/win/FontPlatformDataWin.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/FontPlatformDataWin.h ('k') | Source/platform/fonts/win/FontWin.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/win/FontPlatformDataWin.cpp
diff --git a/Source/core/platform/graphics/win/FontPlatformDataWin.cpp b/Source/platform/fonts/win/FontPlatformDataWin.cpp
similarity index 98%
rename from Source/core/platform/graphics/win/FontPlatformDataWin.cpp
rename to Source/platform/fonts/win/FontPlatformDataWin.cpp
index a9988ba0c3bb8254285cfaf8896e6fbce087af05..0391291ac2aa9d2982abd7cd1ce796325541c514 100644
--- a/Source/core/platform/graphics/win/FontPlatformDataWin.cpp
+++ b/Source/platform/fonts/win/FontPlatformDataWin.cpp
@@ -30,15 +30,15 @@
*/
#include "config.h"
-#include "core/platform/graphics/FontPlatformData.h"
+#include "platform/fonts/FontPlatformData.h"
-#include "core/platform/graphics/FontCache.h"
-#include "core/platform/graphics/GraphicsContext.h"
+#include "platform/LayoutTestSupport.h"
+#include "platform/fonts/FontCache.h"
#if USE(HARFBUZZ)
-#include "core/platform/graphics/harfbuzz/HarfBuzzFace.h"
+#include "platform/fonts/harfbuzz/HarfBuzzFace.h"
#endif
-#include "core/platform/graphics/skia/SkiaFontWin.h"
-#include "platform/LayoutTestSupport.h"
+#include "platform/fonts/skia/SkiaFontWin.h"
+#include "platform/graphics/GraphicsContext.h"
#include "platform/win/HWndDC.h"
#include "public/platform/Platform.h"
#include "public/platform/win/WebSandboxSupport.h"
« no previous file with comments | « Source/platform/fonts/win/FontPlatformDataWin.h ('k') | Source/platform/fonts/win/FontWin.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698