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

Unified Diff: Source/platform/fonts/FontDataCache.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/FontDataCache.h ('k') | Source/platform/fonts/FontFallbackList.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/FontDataCache.cpp
diff --git a/Source/core/platform/graphics/FontDataCache.cpp b/Source/platform/fonts/FontDataCache.cpp
similarity index 98%
rename from Source/core/platform/graphics/FontDataCache.cpp
rename to Source/platform/fonts/FontDataCache.cpp
index fd6e5abc105eac7285d625be4b019cc5ba5bbfc0..0f5efe3d45eaa95a0126e976a6cb51738761619d 100644
--- a/Source/core/platform/graphics/FontDataCache.cpp
+++ b/Source/platform/fonts/FontDataCache.cpp
@@ -29,9 +29,9 @@
*/
#include "config.h"
-#include "core/platform/graphics/FontDataCache.h"
+#include "platform/fonts/FontDataCache.h"
-#include "core/platform/graphics/SimpleFontData.h"
+#include "platform/fonts/SimpleFontData.h"
using namespace WTF;
« no previous file with comments | « Source/platform/fonts/FontDataCache.h ('k') | Source/platform/fonts/FontFallbackList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698