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

Unified Diff: gm/pathinterior.cpp

Issue 1265033002: IWYU: 'core' target, files starting A-C. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Rebase (a file was deleted). Created 5 years, 4 months 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
« no previous file with comments | « gm/pathfill.cpp ('k') | gm/plus.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/pathinterior.cpp
diff --git a/gm/pathinterior.cpp b/gm/pathinterior.cpp
index 88efb3a7a87acd9e798e16d6b3c02522beda25d7..f1cbfc4627ebe94ad2e27513181755ea6e908e6a 100644
--- a/gm/pathinterior.cpp
+++ b/gm/pathinterior.cpp
@@ -6,11 +6,12 @@
*/
#include "gm.h"
+#include "SkBlurMaskFilter.h"
#include "SkCanvas.h"
#include "SkGraphics.h"
-#include "SkRandom.h"
#include "SkLayerDrawLooper.h"
-#include "SkBlurMaskFilter.h"
+#include "SkPath.h"
+#include "SkRandom.h"
static SkRect inset(const SkRect& r) {
SkRect rect = r;
« no previous file with comments | « gm/pathfill.cpp ('k') | gm/plus.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698