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

Unified Diff: sky/engine/core/html/canvas/CanvasRenderingContext2D.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/core/html/canvas/CanvasRenderingContext2D.h
diff --git a/sky/engine/core/html/canvas/CanvasRenderingContext2D.h b/sky/engine/core/html/canvas/CanvasRenderingContext2D.h
index a8d6230feeb385b295cffabe85e71b663e6e3383..4d64f2f6c404c2bf87d5d09fe55d52fe707d47ac 100644
--- a/sky/engine/core/html/canvas/CanvasRenderingContext2D.h
+++ b/sky/engine/core/html/canvas/CanvasRenderingContext2D.h
@@ -26,22 +26,22 @@
#ifndef CanvasRenderingContext2D_h
#define CanvasRenderingContext2D_h
-#include "bindings/core/v8/ScriptWrappable.h"
-#include "core/css/CSSFontSelectorClient.h"
-#include "core/html/canvas/Canvas2DContextAttributes.h"
-#include "core/html/canvas/CanvasPathMethods.h"
-#include "core/html/canvas/CanvasRenderingContext.h"
-#include "core/html/canvas/HitRegion.h"
-#include "platform/fonts/Font.h"
-#include "platform/graphics/Color.h"
-#include "platform/geometry/FloatSize.h"
-#include "platform/graphics/GraphicsTypes.h"
-#include "platform/graphics/ImageBuffer.h"
-#include "platform/graphics/Path.h"
-#include "platform/transforms/AffineTransform.h"
-#include "wtf/HashMap.h"
-#include "wtf/Vector.h"
-#include "wtf/text/WTFString.h"
+#include "sky/engine/bindings/core/v8/ScriptWrappable.h"
+#include "sky/engine/core/css/CSSFontSelectorClient.h"
+#include "sky/engine/core/html/canvas/Canvas2DContextAttributes.h"
+#include "sky/engine/core/html/canvas/CanvasPathMethods.h"
+#include "sky/engine/core/html/canvas/CanvasRenderingContext.h"
+#include "sky/engine/core/html/canvas/HitRegion.h"
+#include "sky/engine/platform/fonts/Font.h"
+#include "sky/engine/platform/geometry/FloatSize.h"
+#include "sky/engine/platform/graphics/Color.h"
+#include "sky/engine/platform/graphics/GraphicsTypes.h"
+#include "sky/engine/platform/graphics/ImageBuffer.h"
+#include "sky/engine/platform/graphics/Path.h"
+#include "sky/engine/platform/transforms/AffineTransform.h"
+#include "sky/engine/wtf/HashMap.h"
+#include "sky/engine/wtf/Vector.h"
+#include "sky/engine/wtf/text/WTFString.h"
namespace blink { class WebLayer; }
« no previous file with comments | « sky/engine/core/html/canvas/CanvasRenderingContext.cpp ('k') | sky/engine/core/html/canvas/CanvasRenderingContext2D.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698