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

Unified Diff: Source/platform/fonts/win/FontCacheWin.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.cpp ('k') | Source/platform/fonts/win/FontCustomPlatformDataWin.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/win/FontCacheWin.cpp
diff --git a/Source/core/platform/graphics/win/FontCacheWin.cpp b/Source/platform/fonts/win/FontCacheWin.cpp
similarity index 99%
rename from Source/core/platform/graphics/win/FontCacheWin.cpp
rename to Source/platform/fonts/win/FontCacheWin.cpp
index d42303685602c7ae8e9f9fa6651299bd3fd83422..c94f9ed71a8226667913a667432228fb47bbb6b7 100644
--- a/Source/core/platform/graphics/win/FontCacheWin.cpp
+++ b/Source/platform/fonts/win/FontCacheWin.cpp
@@ -30,14 +30,14 @@
*/
#include "config.h"
-#include "core/platform/graphics/FontCache.h"
#include <unicode/uniset.h>
-#include "core/platform/graphics/SimpleFontData.h"
-#include "core/platform/graphics/win/FontPlatformDataWin.h"
-#include "platform/LayoutTestSupport.h"
#include "platform/fonts/FontDescription.h"
+#include "platform/LayoutTestSupport.h"
+#include "platform/fonts/FontCache.h"
#include "platform/fonts/FontFallbackWin.h"
+#include "platform/fonts/SimpleFontData.h"
+#include "platform/fonts/win/FontPlatformDataWin.h"
#include "platform/win/HWndDC.h"
#include "wtf/HashMap.h"
#include "wtf/text/StringHash.h"
« no previous file with comments | « Source/platform/fonts/skia/SkiaFontWin.cpp ('k') | Source/platform/fonts/win/FontCustomPlatformDataWin.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698