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

Unified Diff: Source/platform/fonts/skia/FontCacheSkiaWin.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
Index: Source/platform/fonts/skia/FontCacheSkiaWin.cpp
diff --git a/Source/core/platform/graphics/skia/FontCacheSkiaWin.cpp b/Source/platform/fonts/skia/FontCacheSkiaWin.cpp
similarity index 97%
rename from Source/core/platform/graphics/skia/FontCacheSkiaWin.cpp
rename to Source/platform/fonts/skia/FontCacheSkiaWin.cpp
index 6046b723fd26a603a00bfb0632c75821807ef34c..d1b35b42ae7f1adcd8c04509a063fd56db4744fa 100644
--- a/Source/core/platform/graphics/skia/FontCacheSkiaWin.cpp
+++ b/Source/platform/fonts/skia/FontCacheSkiaWin.cpp
@@ -30,15 +30,15 @@
*/
#include "config.h"
-#include "core/platform/graphics/FontCache.h"
+#include "platform/fonts/FontCache.h"
#include "RuntimeEnabledFeatures.h"
#include "SkFontMgr.h"
#include "SkTypeface_win.h"
-#include "core/platform/graphics/SimpleFontData.h"
-#include "core/platform/graphics/win/FontPlatformDataWin.h"
#include "platform/fonts/FontDescription.h"
-#include "platform/fonts/FontFallbackWin.h"
+#include "platform/fonts/SimpleFontData.h"
+#include "platform/fonts/win/FontFallbackWin.h"
+#include "platform/fonts/win/FontPlatformDataWin.h"
namespace WebCore {
« no previous file with comments | « Source/platform/fonts/skia/FontCacheSkia.cpp ('k') | Source/platform/fonts/skia/FontCustomPlatformDataSkia.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698