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

Unified Diff: Source/platform/fonts/mac/ComplexTextController.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
Index: Source/platform/fonts/mac/ComplexTextController.cpp
diff --git a/Source/core/platform/graphics/mac/ComplexTextController.cpp b/Source/platform/fonts/mac/ComplexTextController.cpp
similarity index 99%
rename from Source/core/platform/graphics/mac/ComplexTextController.cpp
rename to Source/platform/fonts/mac/ComplexTextController.cpp
index 9e34f8a5d853411e3ca58adf2f58149a9f091817..ccaea4311b13764bf871d6d3d63c716da8ca0ae8 100644
--- a/Source/core/platform/graphics/mac/ComplexTextController.cpp
+++ b/Source/platform/fonts/mac/ComplexTextController.cpp
@@ -23,10 +23,10 @@
*/
#include "config.h"
-#include "core/platform/graphics/mac/ComplexTextController.h"
+#include "platform/fonts/mac/ComplexTextController.h"
#include <ApplicationServices/ApplicationServices.h>
-#include "core/platform/graphics/Font.h"
+#include "platform/fonts/Font.h"
#include "platform/geometry/FloatSize.h"
#include "platform/graphics/TextRun.h"
#include "platform/text/TextBreakIterator.h"
« no previous file with comments | « Source/platform/fonts/mac/ComplexTextController.h ('k') | Source/platform/fonts/mac/ComplexTextControllerCoreText.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698