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

Unified Diff: sky/engine/platform/graphics/Canvas2DLayerBridge.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/Canvas2DLayerBridge.h
diff --git a/sky/engine/platform/graphics/Canvas2DLayerBridge.h b/sky/engine/platform/graphics/Canvas2DLayerBridge.h
index ef2fb095e930cb8717dc2292025a77dfda902566..2d253066431d15872c414e20d6ef528004761ddd 100644
--- a/sky/engine/platform/graphics/Canvas2DLayerBridge.h
+++ b/sky/engine/platform/graphics/Canvas2DLayerBridge.h
@@ -26,19 +26,19 @@
#ifndef Canvas2DLayerBridge_h
#define Canvas2DLayerBridge_h
-#include "SkDeferredCanvas.h"
-#include "SkImage.h"
-#include "platform/PlatformExport.h"
-#include "platform/geometry/IntSize.h"
-#include "platform/graphics/ImageBufferSurface.h"
-#include "public/platform/WebExternalTextureLayer.h"
-#include "public/platform/WebExternalTextureLayerClient.h"
-#include "public/platform/WebExternalTextureMailbox.h"
+#include "sky/engine/platform/PlatformExport.h"
+#include "sky/engine/platform/geometry/IntSize.h"
+#include "sky/engine/platform/graphics/ImageBufferSurface.h"
+#include "sky/engine/public/platform/WebExternalTextureLayer.h"
+#include "sky/engine/public/platform/WebExternalTextureLayerClient.h"
+#include "sky/engine/public/platform/WebExternalTextureMailbox.h"
+#include "sky/engine/wtf/DoublyLinkedList.h"
+#include "sky/engine/wtf/PassOwnPtr.h"
+#include "sky/engine/wtf/RefCounted.h"
+#include "sky/engine/wtf/RefPtr.h"
#include "third_party/khronos/GLES2/gl2.h"
-#include "wtf/DoublyLinkedList.h"
-#include "wtf/PassOwnPtr.h"
-#include "wtf/RefCounted.h"
-#include "wtf/RefPtr.h"
+#include "third_party/skia/include/core/SkImage.h"
+#include "third_party/skia/include/utils/SkDeferredCanvas.h"
class Canvas2DLayerBridgeTest;
« no previous file with comments | « sky/engine/platform/graphics/Canvas2DImageBufferSurface.h ('k') | sky/engine/platform/graphics/Canvas2DLayerBridge.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698