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

Unified Diff: Source/platform/fonts/opentype/OpenTypeSanitizer.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/opentype/OpenTypeSanitizer.cpp
diff --git a/Source/core/platform/graphics/opentype/OpenTypeSanitizer.cpp b/Source/platform/fonts/opentype/OpenTypeSanitizer.cpp
similarity index 97%
rename from Source/core/platform/graphics/opentype/OpenTypeSanitizer.cpp
rename to Source/platform/fonts/opentype/OpenTypeSanitizer.cpp
index deaccfa68c2683e22407c9d380b96e7a2db5dd84..4829bd0fd0f59dde0c25274100568cf2a063a48a 100644
--- a/Source/core/platform/graphics/opentype/OpenTypeSanitizer.cpp
+++ b/Source/platform/fonts/opentype/OpenTypeSanitizer.cpp
@@ -29,7 +29,7 @@
*/
#include "config.h"
-#include "core/platform/graphics/opentype/OpenTypeSanitizer.h"
+#include "platform/fonts/opentype/OpenTypeSanitizer.h"
#include "RuntimeEnabledFeatures.h"
#include "platform/SharedBuffer.h"
« no previous file with comments | « Source/platform/fonts/opentype/OpenTypeSanitizer.h ('k') | Source/platform/fonts/opentype/OpenTypeUtilities.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698