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

Unified Diff: sky/engine/platform/graphics/GraphicsContext.cpp

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.cpp
diff --git a/sky/engine/platform/graphics/GraphicsContext.cpp b/sky/engine/platform/graphics/GraphicsContext.cpp
index 811dceb4d3d6eadf3af95d4c96efa15dabeb4907..8f17728719ba2e8e455554a12cf5a86c63c3f3f1 100644
--- a/sky/engine/platform/graphics/GraphicsContext.cpp
+++ b/sky/engine/platform/graphics/GraphicsContext.cpp
@@ -24,20 +24,22 @@
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-#include "platform/graphics/GraphicsContext.h"
-
-#include "platform/TraceEvent.h"
-#include "platform/geometry/IntRect.h"
-#include "platform/geometry/RoundedRect.h"
-#include "platform/graphics/BitmapImage.h"
-#include "platform/graphics/DisplayList.h"
-#include "platform/graphics/Gradient.h"
-#include "platform/graphics/ImageBuffer.h"
-#include "platform/graphics/skia/SkiaUtils.h"
-#include "platform/text/BidiResolver.h"
-#include "platform/text/TextRunIterator.h"
-#include "platform/weborigin/KURL.h"
+#include "sky/engine/config.h"
+#include "sky/engine/platform/graphics/GraphicsContext.h"
+
+#include "sky/engine/platform/TraceEvent.h"
+#include "sky/engine/platform/geometry/IntRect.h"
+#include "sky/engine/platform/geometry/RoundedRect.h"
+#include "sky/engine/platform/graphics/BitmapImage.h"
+#include "sky/engine/platform/graphics/DisplayList.h"
+#include "sky/engine/platform/graphics/Gradient.h"
+#include "sky/engine/platform/graphics/ImageBuffer.h"
+#include "sky/engine/platform/graphics/skia/SkiaUtils.h"
+#include "sky/engine/platform/text/BidiResolver.h"
+#include "sky/engine/platform/text/TextRunIterator.h"
+#include "sky/engine/platform/weborigin/KURL.h"
+#include "sky/engine/wtf/Assertions.h"
+#include "sky/engine/wtf/MathExtras.h"
#include "third_party/skia/include/core/SkAnnotation.h"
#include "third_party/skia/include/core/SkClipStack.h"
#include "third_party/skia/include/core/SkColorFilter.h"
@@ -54,8 +56,6 @@
#include "third_party/skia/include/effects/SkPictureImageFilter.h"
#include "third_party/skia/include/gpu/GrRenderTarget.h"
#include "third_party/skia/include/gpu/GrTexture.h"
-#include "wtf/Assertions.h"
-#include "wtf/MathExtras.h"
namespace blink {
« no previous file with comments | « sky/engine/platform/graphics/GraphicsContext.h ('k') | sky/engine/platform/graphics/GraphicsContextAnnotation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698