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

Unified Diff: Source/platform/fonts/mac/SimpleFontDataCoreText.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/SimpleFontDataCoreText.cpp
diff --git a/Source/core/platform/graphics/mac/SimpleFontDataCoreText.cpp b/Source/platform/fonts/mac/SimpleFontDataCoreText.cpp
similarity index 98%
rename from Source/core/platform/graphics/mac/SimpleFontDataCoreText.cpp
rename to Source/platform/fonts/mac/SimpleFontDataCoreText.cpp
index 0ef1f6a99daa6925f4ce7e884e82f6fb3203068a..80a146e1f4828287b0c11d4c04ca798468479414 100644
--- a/Source/core/platform/graphics/mac/SimpleFontDataCoreText.cpp
+++ b/Source/platform/fonts/mac/SimpleFontDataCoreText.cpp
@@ -25,7 +25,7 @@
*/
#include "config.h"
-#include "core/platform/graphics/SimpleFontData.h"
+#include "platform/fonts/SimpleFontData.h"
#include <ApplicationServices/ApplicationServices.h>

Powered by Google App Engine
This is Rietveld 408576698