aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/TestUtils.cpp
diff options
context:
space:
mode:
authorGravatar Mike Reed <reed@google.com>2017-03-08 22:21:00 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-03-09 14:59:32 +0000
commit84dd85793560769e9628d0a767cb50a4234c572a (patch)
treea6fb82a2465f18fff210f7a2ab2280d3e04896f4 /tests/TestUtils.cpp
parent4a21c94f40815d56c6dff6264a2ae6c942c52dcd (diff)
make GrPaint.h private -- IWYU
prerequisit: https://codereview.chromium.org/2743533002/ BUG=skia: Change-Id: I8c2f34a6df165744ddeaeabb562cd6d6a9679b6a Reviewed-on: https://skia-review.googlesource.com/9461 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Mike Reed <reed@google.com>
Diffstat (limited to 'tests/TestUtils.cpp')
-rw-r--r--tests/TestUtils.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/TestUtils.cpp b/tests/TestUtils.cpp
index 7ac18360da..63a8d94871 100644
--- a/tests/TestUtils.cpp
+++ b/tests/TestUtils.cpp
@@ -11,6 +11,7 @@
#include "GrSurfaceContext.h"
#include "GrSurfaceProxy.h"
+#include "GrTextureProxy.h"
void test_read_pixels(skiatest::Reporter* reporter, GrContext* context,
GrSurfaceContext* srcContext, uint32_t expectedPixelValues[],