aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Test.h
diff options
context:
space:
mode:
authorGravatar Robert Phillips <robertphillips@google.com>2017-10-30 18:05:00 +0000
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-10-30 18:05:09 +0000
commit0b6a3e4e5e5eef95a85cfd73174c52c213d63c46 (patch)
tree0b670231b364efaaab6cf41794f031a8787d15ca /tests/Test.h
parentec3253472947b0df618261479336a7b50b24f0c8 (diff)
Revert "Revert "Fix Debian9-Clang build""
This reverts commit dd992c4a461040e798a02cba028e55cdcd856026. Reason for revert: Suppression have landed for failing tests Original change's description: > 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> TBR=bsalomon@google.com,robertphillips@google.com Change-Id: I6cea9a2d580e68a6ed8228bb7f076a98766d4bf9 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://skia-review.googlesource.com/65203 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 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 {