aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Test.h
diff options
context:
space:
mode:
authorGravatar Robert Phillips <robertphillips@google.com>2017-10-30 15:55:16 +0000
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-10-30 15:55:29 +0000
commitdd992c4a461040e798a02cba028e55cdcd856026 (patch)
tree06f09ed20f12f20bc3c4fb383d35696ec85d2184 /tests/Test.h
parent9be0f574229d86d7be5ceef8dfcd720eeec35218 (diff)
Revert "Fix Debian9-Clang build"
This reverts commit 08d73a4850f528917c69167f0072721406689484. Reason for revert: vulkan failure Original change's description: > 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> TBR=bsalomon@google.com,robertphillips@google.com Change-Id: Ie934d2c85857d087721885c28aa02c3c8579e7fc No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://skia-review.googlesource.com/65200 Reviewed-by: Robert Phillips <robertphillips@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 3e344743db..7ef29325b7 100644
--- a/tests/Test.h
+++ b/tests/Test.h
@@ -22,7 +22,7 @@ class ContextInfo;
class GLTestContext;
} // namespace sk_gpu_test
class GrContext;
-struct GrContextOptions;
+class GrContextOptions;
#endif
namespace skiatest {