aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Test.h
diff options
context:
space:
mode:
authorGravatar Robert Phillips <robertphillips@google.com>2017-10-30 07:57:28 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-10-30 13:01:08 +0000
commit08d73a4850f528917c69167f0072721406689484 (patch)
treeecb4f859e820fc1bce527887502dacddd4896108 /tests/Test.h
parent511a9d49998ec6a74c375e6cfc55f660f7987c40 (diff)
Fix Debian9-Clang build
TBR=bsalomon@google.com Change-Id: I2e86aa0381d409f1205bdaba4117253cb381b404 Reviewed-on: https://skia-review.googlesource.com/65020 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'tests/Test.h')
-rw-r--r--tests/Test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Test.h b/tests/Test.h
index 7ef29325b7..3e344743db 100644
--- a/tests/Test.h
+++ b/tests/Test.h
@@ -22,7 +22,7 @@ class ContextInfo;
class GLTestContext;
} // namespace sk_gpu_test
class GrContext;
-class GrContextOptions;
+struct GrContextOptions;
#endif
namespace skiatest {