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

Unified Diff: sky/engine/platform/graphics/ImageFrameGenerator.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/graphics/ImageFilter.cpp ('k') | sky/engine/platform/graphics/ImageFrameGenerator.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/graphics/ImageFrameGenerator.h
diff --git a/sky/engine/platform/graphics/ImageFrameGenerator.h b/sky/engine/platform/graphics/ImageFrameGenerator.h
index b3fbf58a2816e98b9bcbd5b80a0d21ae24e2beb4..a785516b7cffc003189d7b7e2030183599195611 100644
--- a/sky/engine/platform/graphics/ImageFrameGenerator.h
+++ b/sky/engine/platform/graphics/ImageFrameGenerator.h
@@ -26,18 +26,18 @@
#ifndef ImageFrameGenerator_h
#define ImageFrameGenerator_h
-#include "SkBitmap.h"
-#include "SkSize.h"
-#include "SkTypes.h"
-#include "platform/PlatformExport.h"
-#include "platform/graphics/ThreadSafeDataTransport.h"
-#include "wtf/PassOwnPtr.h"
-#include "wtf/PassRefPtr.h"
-#include "wtf/RefCounted.h"
-#include "wtf/RefPtr.h"
-#include "wtf/ThreadingPrimitives.h"
-#include "wtf/ThreadSafeRefCounted.h"
-#include "wtf/Vector.h"
+#include "sky/engine/platform/PlatformExport.h"
+#include "sky/engine/platform/graphics/ThreadSafeDataTransport.h"
+#include "sky/engine/wtf/PassOwnPtr.h"
+#include "sky/engine/wtf/PassRefPtr.h"
+#include "sky/engine/wtf/RefCounted.h"
+#include "sky/engine/wtf/RefPtr.h"
+#include "sky/engine/wtf/ThreadSafeRefCounted.h"
+#include "sky/engine/wtf/ThreadingPrimitives.h"
+#include "sky/engine/wtf/Vector.h"
+#include "third_party/skia/include/core/SkBitmap.h"
+#include "third_party/skia/include/core/SkSize.h"
+#include "third_party/skia/include/core/SkTypes.h"
namespace blink {
« no previous file with comments | « sky/engine/platform/graphics/ImageFilter.cpp ('k') | sky/engine/platform/graphics/ImageFrameGenerator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698