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

Unified Diff: samplecode/SampleAAClip.cpp

Issue 1265033002: IWYU: 'core' target, files starting A-C. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Add no-gpu build. Created 5 years, 5 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
Index: samplecode/SampleAAClip.cpp
diff --git a/samplecode/SampleAAClip.cpp b/samplecode/SampleAAClip.cpp
index a1ee67b75f739327e92a3848f0cbaf8dfbac0289..78baf3d5545065aa2143ab08d50b42086a776c4e 100644
--- a/samplecode/SampleAAClip.cpp
+++ b/samplecode/SampleAAClip.cpp
@@ -7,9 +7,10 @@
*/
#include "SampleCode.h"
-#include "SkView.h"
-#include "SkCanvas.h"
#include "SkAAClip.h"
+#include "SkCanvas.h"
+#include "SkPath.h"
+#include "SkView.h"
static void testop(const SkIRect& r0, const SkIRect& r1, SkRegion::Op op,
const SkIRect& expectedR) {

Powered by Google App Engine
This is Rietveld 408576698