aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/ShaderOpacityTest.cpp
diff options
context:
space:
mode:
authorGravatar Mike Reed <reed@google.com>2018-01-23 11:24:08 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-01-23 18:08:30 +0000
commit75ae421c24ee7ab5a86334e43404b24a6a6fb1f4 (patch)
treee74c3ca16e981519c1a514619b0e873fa74cfd1f /tests/ShaderOpacityTest.cpp
parentca4439f6fd17644be45468b10f5a2f45dcb2aebf (diff)
IWYU -- SkShader.h
Bug: skia: Change-Id: I57bffc14c4888627a22158e35f3ac3b762138f02 Reviewed-on: https://skia-review.googlesource.com/98520 Reviewed-by: Mike Reed <reed@google.com> Commit-Queue: Mike Reed <reed@google.com>
Diffstat (limited to 'tests/ShaderOpacityTest.cpp')
-rw-r--r--tests/ShaderOpacityTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ShaderOpacityTest.cpp b/tests/ShaderOpacityTest.cpp
index 698d5442d8..b154446e68 100644
--- a/tests/ShaderOpacityTest.cpp
+++ b/tests/ShaderOpacityTest.cpp
@@ -5,6 +5,7 @@
* found in the LICENSE file.
*/
+#include "SkBitmap.h"
#include "SkColorShader.h"
#include "SkGradientShader.h"
#include "SkShader.h"