aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode
diff options
context:
space:
mode:
authorGravatar Mike Reed <reed@google.com>2017-02-10 13:11:53 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-02-10 19:43:03 +0000
commit2aeae78a2ce3b036f0401fd0381d6fd6e2a7a1fc (patch)
tree3248b2ed5fc5447342dfd4d1a824f4c93b880882 /samplecode
parent79086b94eda7c46c37e1cf4395eb75ef54807e3c (diff)
IWYU
BUG=skia: Change-Id: Ib6b4d52841dbe3fa69a86ddb6b97d6a5d0f004ee Reviewed-on: https://skia-review.googlesource.com/8231 Reviewed-by: Florin Malita <fmalita@chromium.org> Commit-Queue: Mike Reed <reed@google.com>
Diffstat (limited to 'samplecode')
-rw-r--r--samplecode/SampleDitherBitmap.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/samplecode/SampleDitherBitmap.cpp b/samplecode/SampleDitherBitmap.cpp
index 34241c5e02..676d4c3530 100644
--- a/samplecode/SampleDitherBitmap.cpp
+++ b/samplecode/SampleDitherBitmap.cpp
@@ -10,6 +10,7 @@
#include "SkColorPriv.h"
#include "SkGradientShader.h"
#include "SkPath.h"
+#include "SkRegion.h"
#include "SkUtils.h"
#include "SkView.h"