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

Unified Diff: Source/platform/fonts/FontDataCache.h

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/FontCustomPlatformData.h ('k') | Source/platform/fonts/FontDataCache.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/FontDataCache.h
diff --git a/Source/core/platform/graphics/FontDataCache.h b/Source/platform/fonts/FontDataCache.h
similarity index 97%
rename from Source/core/platform/graphics/FontDataCache.h
rename to Source/platform/fonts/FontDataCache.h
index a639ac2339411dc9706146dea36af6f28167bbd2..408af5b7479e82041564b7026d4c656171f730b9 100644
--- a/Source/core/platform/graphics/FontDataCache.h
+++ b/Source/platform/fonts/FontDataCache.h
@@ -31,8 +31,8 @@
#ifndef FontDataCache_h
#define FontDataCache_h
-#include "core/platform/graphics/FontCache.h"
-#include "core/platform/graphics/FontPlatformData.h"
+#include "platform/fonts/FontCache.h"
+#include "platform/fonts/FontPlatformData.h"
#include "wtf/HashMap.h"
#include "wtf/ListHashSet.h"
« no previous file with comments | « Source/platform/fonts/FontCustomPlatformData.h ('k') | Source/platform/fonts/FontDataCache.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698