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

Unified Diff: Source/platform/fonts/mac/FontComplexTextMac.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/mac/FontComplexTextMac.cpp
diff --git a/Source/core/platform/graphics/mac/FontComplexTextMac.cpp b/Source/platform/fonts/mac/FontComplexTextMac.cpp
similarity index 96%
rename from Source/core/platform/graphics/mac/FontComplexTextMac.cpp
rename to Source/platform/fonts/mac/FontComplexTextMac.cpp
index 5cf79f3377b74cc4992ebd85532f8d24acab555f..6ee561bd014d441d8da5ba78b1644e045662bc99 100644
--- a/Source/core/platform/graphics/mac/FontComplexTextMac.cpp
+++ b/Source/platform/fonts/mac/FontComplexTextMac.cpp
@@ -23,19 +23,18 @@
*/
#include "config.h"
-#include "core/platform/graphics/Font.h"
+#include "platform/fonts/Font.h"
-#include "core/platform/graphics/FontFallbackList.h"
-#include "core/platform/graphics/GraphicsContext.h"
-#include "core/platform/graphics/SimpleFontData.h"
-#include "core/platform/graphics/mac/ComplexTextController.h"
+#include "platform/fonts/FontFallbackList.h"
#include "platform/fonts/GlyphBuffer.h"
+#include "platform/fonts/SimpleFontData.h"
+#include "platform/fonts/harfbuzz/HarfBuzzShaper.h"
+#include "platform/fonts/mac/ComplexTextController.h"
#include "platform/geometry/IntRect.h"
+#include "platform/graphics/GraphicsContext.h"
#include "platform/graphics/TextRun.h"
#include "wtf/MathExtras.h"
-#include "core/platform/graphics/harfbuzz/HarfBuzzShaper.h"
-
using namespace std;
namespace WebCore {

Powered by Google App Engine
This is Rietveld 408576698