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

Unified Diff: Source/platform/fonts/opentype/OpenTypeVerticalData.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/opentype/OpenTypeVerticalData.cpp
diff --git a/Source/core/platform/graphics/opentype/OpenTypeVerticalData.cpp b/Source/platform/fonts/opentype/OpenTypeVerticalData.cpp
similarity index 99%
rename from Source/core/platform/graphics/opentype/OpenTypeVerticalData.cpp
rename to Source/platform/fonts/opentype/OpenTypeVerticalData.cpp
index ef54999dcfa6e5e29cef3f007be2d07f815c01f8..7c8ab6ec5ced4596edcdb9cc800cd19e4e1ee229 100644
--- a/Source/core/platform/graphics/opentype/OpenTypeVerticalData.cpp
+++ b/Source/platform/fonts/opentype/OpenTypeVerticalData.cpp
@@ -24,10 +24,10 @@
#include "config.h"
#if ENABLE(OPENTYPE_VERTICAL)
-#include "core/platform/graphics/opentype/OpenTypeVerticalData.h"
+#include "platform/fonts/opentype/OpenTypeVerticalData.h"
#include "platform/SharedBuffer.h"
-#include "core/platform/graphics/SimpleFontData.h"
+#include "platform/fonts/SimpleFontData.h"
#include "platform/fonts/GlyphPage.h"
#include "platform/fonts/opentype/OpenTypeTypes.h"
#include "platform/geometry/FloatRect.h"

Powered by Google App Engine
This is Rietveld 408576698