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

Unified Diff: sky/engine/platform/image-decoders/ImageDecoder.h

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
« no previous file with comments | « sky/engine/platform/heap/Handle.h ('k') | sky/engine/platform/image-decoders/ImageDecoder.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/image-decoders/ImageDecoder.h
diff --git a/sky/engine/platform/image-decoders/ImageDecoder.h b/sky/engine/platform/image-decoders/ImageDecoder.h
index c446588d88e02c98dce705bc6b595444b460a259..f8a4e6701ebfafb8bd33a53bf628b72ed2cfe30f 100644
--- a/sky/engine/platform/image-decoders/ImageDecoder.h
+++ b/sky/engine/platform/image-decoders/ImageDecoder.h
@@ -27,19 +27,19 @@
#ifndef ImageDecoder_h
#define ImageDecoder_h
-#include "SkColorPriv.h"
-#include "platform/PlatformExport.h"
-#include "platform/PlatformScreen.h"
-#include "platform/SharedBuffer.h"
-#include "platform/graphics/ImageSource.h"
#include "platform/image-decoders/ImageFrame.h"
-#include "public/platform/Platform.h"
-#include "wtf/Assertions.h"
-#include "wtf/PassOwnPtr.h"
-#include "wtf/RefPtr.h"
-#include "wtf/Threading.h"
-#include "wtf/Vector.h"
-#include "wtf/text/WTFString.h"
+#include "sky/engine/platform/PlatformExport.h"
+#include "sky/engine/platform/PlatformScreen.h"
+#include "sky/engine/platform/SharedBuffer.h"
+#include "sky/engine/platform/graphics/ImageSource.h"
+#include "sky/engine/public/platform/Platform.h"
+#include "sky/engine/wtf/Assertions.h"
+#include "sky/engine/wtf/PassOwnPtr.h"
+#include "sky/engine/wtf/RefPtr.h"
+#include "sky/engine/wtf/Threading.h"
+#include "sky/engine/wtf/Vector.h"
+#include "sky/engine/wtf/text/WTFString.h"
+#include "third_party/skia/include/core/SkColorPriv.h"
#if USE(QCMSLIB)
#include "qcms.h"
« no previous file with comments | « sky/engine/platform/heap/Handle.h ('k') | sky/engine/platform/image-decoders/ImageDecoder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698