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

Unified Diff: sky/engine/platform/graphics/GraphicsContext.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/GraphicsContext.h
diff --git a/sky/engine/platform/graphics/GraphicsContext.h b/sky/engine/platform/graphics/GraphicsContext.h
index 44a8ab575c5afb3643dd237b9eaf726d2eadcd5d..e302f5d72b5b14343a63a0267d59fc17974bbb5c 100644
--- a/sky/engine/platform/graphics/GraphicsContext.h
+++ b/sky/engine/platform/graphics/GraphicsContext.h
@@ -28,22 +28,22 @@
#ifndef GraphicsContext_h
#define GraphicsContext_h
-#include "platform/PlatformExport.h"
-#include "platform/fonts/Font.h"
-#include "platform/geometry/FloatRect.h"
-#include "platform/graphics/DashArray.h"
-#include "platform/graphics/DrawLooperBuilder.h"
-#include "platform/graphics/ImageBufferSurface.h"
-#include "platform/graphics/ImageFilter.h"
-#include "platform/graphics/ImageOrientation.h"
-#include "platform/graphics/GraphicsContextAnnotation.h"
-#include "platform/graphics/GraphicsContextState.h"
-#include "platform/graphics/RegionTracker.h"
-#include "platform/graphics/skia/SkiaUtils.h"
-#include "wtf/FastAllocBase.h"
-#include "wtf/Forward.h"
-#include "wtf/Noncopyable.h"
-#include "wtf/PassOwnPtr.h"
+#include "sky/engine/platform/PlatformExport.h"
+#include "sky/engine/platform/fonts/Font.h"
+#include "sky/engine/platform/geometry/FloatRect.h"
+#include "sky/engine/platform/graphics/DashArray.h"
+#include "sky/engine/platform/graphics/DrawLooperBuilder.h"
+#include "sky/engine/platform/graphics/GraphicsContextAnnotation.h"
+#include "sky/engine/platform/graphics/GraphicsContextState.h"
+#include "sky/engine/platform/graphics/ImageBufferSurface.h"
+#include "sky/engine/platform/graphics/ImageFilter.h"
+#include "sky/engine/platform/graphics/ImageOrientation.h"
+#include "sky/engine/platform/graphics/RegionTracker.h"
+#include "sky/engine/platform/graphics/skia/SkiaUtils.h"
+#include "sky/engine/wtf/FastAllocBase.h"
+#include "sky/engine/wtf/Forward.h"
+#include "sky/engine/wtf/Noncopyable.h"
+#include "sky/engine/wtf/PassOwnPtr.h"
class SkBitmap;
class SkPaint;
« no previous file with comments | « sky/engine/platform/graphics/GradientGeneratedImage.cpp ('k') | sky/engine/platform/graphics/GraphicsContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698