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

Unified Diff: sky/engine/platform/fonts/opentype/OpenTypeVerticalData.cpp

Issue 746023002: Make absolute and sort all Sky headers (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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: sky/engine/platform/fonts/opentype/OpenTypeVerticalData.cpp
diff --git a/sky/engine/platform/fonts/opentype/OpenTypeVerticalData.cpp b/sky/engine/platform/fonts/opentype/OpenTypeVerticalData.cpp
index dc11321fca97aa55e8cfbd5494b66af6ff606421..74321dcb4cb80bfa4240e3fe30d38fc825eac254 100644
--- a/sky/engine/platform/fonts/opentype/OpenTypeVerticalData.cpp
+++ b/sky/engine/platform/fonts/opentype/OpenTypeVerticalData.cpp
@@ -22,16 +22,16 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
+#include "sky/engine/config.h"
#if ENABLE(OPENTYPE_VERTICAL)
-#include "platform/fonts/opentype/OpenTypeVerticalData.h"
-
-#include "platform/SharedBuffer.h"
-#include "platform/fonts/SimpleFontData.h"
-#include "platform/fonts/GlyphPage.h"
-#include "platform/fonts/opentype/OpenTypeTypes.h"
-#include "platform/geometry/FloatRect.h"
-#include "wtf/RefPtr.h"
+#include "sky/engine/platform/fonts/opentype/OpenTypeVerticalData.h"
+
+#include "sky/engine/platform/SharedBuffer.h"
+#include "sky/engine/platform/fonts/GlyphPage.h"
+#include "sky/engine/platform/fonts/SimpleFontData.h"
+#include "sky/engine/platform/fonts/opentype/OpenTypeTypes.h"
+#include "sky/engine/platform/geometry/FloatRect.h"
+#include "sky/engine/wtf/RefPtr.h"
namespace blink {
namespace OpenType {
« no previous file with comments | « sky/engine/platform/fonts/opentype/OpenTypeVerticalData.h ('k') | sky/engine/platform/fonts/skia/FontCacheSkia.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698