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

Unified Diff: Source/platform/fonts/skia/FontCacheSkia.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/FontCacheSkia.cpp
diff --git a/Source/core/platform/graphics/skia/FontCacheSkia.cpp b/Source/platform/fonts/skia/FontCacheSkia.cpp
similarity index 98%
rename from Source/core/platform/graphics/skia/FontCacheSkia.cpp
rename to Source/platform/fonts/skia/FontCacheSkia.cpp
index efe03edef5efe1bc991bb4b0e0e58b0273646b10..6498da1a56ec4a55e4e9fc327ff8ccacd285fd44 100644
--- a/Source/core/platform/graphics/skia/FontCacheSkia.cpp
+++ b/Source/platform/fonts/skia/FontCacheSkia.cpp
@@ -32,11 +32,11 @@
#include "SkFontMgr.h"
#include "SkTypeface.h"
-#include "platform/fonts/AlternateFontFamily.h"
-#include "core/platform/graphics/FontCache.h"
-#include "core/platform/graphics/SimpleFontData.h"
#include "platform/NotImplemented.h"
+#include "platform/fonts/AlternateFontFamily.h"
+#include "platform/fonts/FontCache.h"
#include "platform/fonts/FontDescription.h"
+#include "platform/fonts/SimpleFontData.h"
#include "wtf/Assertions.h"
#include "wtf/text/AtomicString.h"
#include "wtf/text/CString.h"
« no previous file with comments | « Source/platform/fonts/opentype/OpenTypeVerticalData.cpp ('k') | Source/platform/fonts/skia/FontCacheSkiaWin.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698