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

Unified Diff: Source/platform/fonts/skia/SkiaFontWin.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/skia/SkiaFontWin.h ('k') | Source/platform/fonts/win/FontCacheWin.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/skia/SkiaFontWin.cpp
diff --git a/Source/core/platform/graphics/skia/SkiaFontWin.cpp b/Source/platform/fonts/skia/SkiaFontWin.cpp
similarity index 95%
rename from Source/core/platform/graphics/skia/SkiaFontWin.cpp
rename to Source/platform/fonts/skia/SkiaFontWin.cpp
index 4b3c853771b3ab6be78c172027e1d905fc3d82de..ce9369b48999264e6f1f3b15da10b8593c363ab2 100644
--- a/Source/core/platform/graphics/skia/SkiaFontWin.cpp
+++ b/Source/platform/fonts/skia/SkiaFontWin.cpp
@@ -29,13 +29,13 @@
*/
#include "config.h"
-#include "core/platform/graphics/skia/SkiaFontWin.h"
+#include "platform/fonts/skia/SkiaFontWin.h"
-#include "core/platform/graphics/Gradient.h"
-#include "core/platform/graphics/GraphicsContext.h"
-#include "core/platform/graphics/Pattern.h"
-#include "core/platform/graphics/SimpleFontData.h"
-#include "core/platform/graphics/win/FontPlatformDataWin.h"
+#include "platform/fonts/SimpleFontData.h"
+#include "platform/fonts/win/FontPlatformDataWin.h"
+#include "platform/graphics/Gradient.h"
+#include "platform/graphics/GraphicsContext.h"
+#include "platform/graphics/Pattern.h"
#include "platform/transforms/AffineTransform.h"
#include "third_party/skia/include/core/SkCanvas.h"
#include "third_party/skia/include/core/SkDevice.h"
« no previous file with comments | « Source/platform/fonts/skia/SkiaFontWin.h ('k') | Source/platform/fonts/win/FontCacheWin.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698