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

Unified Diff: sky/engine/platform/graphics/skia/NativeImageSkia.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
Index: sky/engine/platform/graphics/skia/NativeImageSkia.h
diff --git a/sky/engine/platform/graphics/skia/NativeImageSkia.h b/sky/engine/platform/graphics/skia/NativeImageSkia.h
index 405ca77696e8cc4108758ebf33af669ef2c53226..bbd30459ad8cc581a86cfb8f8be4c64869217848 100644
--- a/sky/engine/platform/graphics/skia/NativeImageSkia.h
+++ b/sky/engine/platform/graphics/skia/NativeImageSkia.h
@@ -31,16 +31,16 @@
#ifndef NativeImageSkia_h
#define NativeImageSkia_h
-#include "SkBitmap.h"
-#include "SkRect.h"
-#include "SkSize.h"
-#include "SkXfermode.h"
-#include "platform/PlatformExport.h"
-#include "platform/geometry/IntSize.h"
-#include "platform/graphics/GraphicsTypes.h"
-#include "wtf/Forward.h"
-#include "wtf/PassRefPtr.h"
-#include "wtf/RefCounted.h"
+#include "sky/engine/platform/PlatformExport.h"
+#include "sky/engine/platform/geometry/IntSize.h"
+#include "sky/engine/platform/graphics/GraphicsTypes.h"
+#include "sky/engine/wtf/Forward.h"
+#include "sky/engine/wtf/PassRefPtr.h"
+#include "sky/engine/wtf/RefCounted.h"
+#include "third_party/skia/include/core/SkBitmap.h"
+#include "third_party/skia/include/core/SkRect.h"
+#include "third_party/skia/include/core/SkSize.h"
+#include "third_party/skia/include/core/SkXfermode.h"
namespace blink {
« no previous file with comments | « sky/engine/platform/graphics/skia/GaneshUtils.cpp ('k') | sky/engine/platform/graphics/skia/NativeImageSkia.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698