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

Unified Diff: Source/platform/fonts/win/UniscribeHelperTextRun.cpp

Issue 99103006: Moving GraphicsContext and dependencies from core to platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased and building 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/win/UniscribeHelperTextRun.cpp
diff --git a/Source/core/platform/graphics/win/UniscribeHelperTextRun.cpp b/Source/platform/fonts/win/UniscribeHelperTextRun.cpp
similarity index 96%
rename from Source/core/platform/graphics/win/UniscribeHelperTextRun.cpp
rename to Source/platform/fonts/win/UniscribeHelperTextRun.cpp
index 27b18a2fcea7aa9c64d29a3d8b9da347c28677df..2fa0004708b191d2d1bb9ffa70e49d18fe5759c3 100644
--- a/Source/core/platform/graphics/win/UniscribeHelperTextRun.cpp
+++ b/Source/platform/fonts/win/UniscribeHelperTextRun.cpp
@@ -29,11 +29,11 @@
*/
#include "config.h"
-#include "core/platform/graphics/win/UniscribeHelperTextRun.h"
+#include "platform/fonts/win/UniscribeHelperTextRun.h"
-#include "core/platform/graphics/Font.h"
-#include "core/platform/graphics/SimpleFontData.h"
-#include "core/platform/graphics/win/FontPlatformDataWin.h"
+#include "platform/fonts/Font.h"
+#include "platform/fonts/SimpleFontData.h"
+#include "platform/fonts/win/FontPlatformDataWin.h"
#include "platform/graphics/TextRun.h"
namespace WebCore {

Powered by Google App Engine
This is Rietveld 408576698