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

Unified Diff: Source/platform/fonts/win/SimpleFontDataWin.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/win/GlyphPageTreeNodeWin.cpp ('k') | Source/platform/fonts/win/UniscribeHelper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/win/SimpleFontDataWin.cpp
diff --git a/Source/core/platform/graphics/win/SimpleFontDataWin.cpp b/Source/platform/fonts/win/SimpleFontDataWin.cpp
similarity index 97%
rename from Source/core/platform/graphics/win/SimpleFontDataWin.cpp
rename to Source/platform/fonts/win/SimpleFontDataWin.cpp
index 6e74b6d88cda7de9acaf9aed958e224c50076e7b..bc1d367140ff2d87fb9744f9394a1cd2cf1fbb9d 100644
--- a/Source/core/platform/graphics/win/SimpleFontDataWin.cpp
+++ b/Source/platform/fonts/win/SimpleFontDataWin.cpp
@@ -30,16 +30,16 @@
*/
#include "config.h"
-#include "core/platform/graphics/SimpleFontData.h"
+#include "platform/fonts/SimpleFontData.h"
#include <mlang.h>
#include <objidl.h>
#include <unicode/uchar.h>
#include <unicode/unorm.h>
-#include "core/platform/graphics/Font.h"
-#include "core/platform/graphics/FontCache.h"
-#include "core/platform/graphics/win/FontPlatformDataWin.h"
+#include "platform/fonts/Font.h"
+#include "platform/fonts/FontCache.h"
#include "platform/fonts/FontDescription.h"
+#include "platform/fonts/win/FontPlatformDataWin.h"
#include "platform/geometry/FloatRect.h"
#include "platform/win/HWndDC.h"
#include "wtf/MathExtras.h"
« no previous file with comments | « Source/platform/fonts/win/GlyphPageTreeNodeWin.cpp ('k') | Source/platform/fonts/win/UniscribeHelper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698