aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/SkSLGLSLTest.cpp
diff options
context:
space:
mode:
authorGravatar ethannicholas <ethannicholas@google.com>2016-11-15 12:53:05 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-11-15 12:53:06 -0800
commitfa5f65ac61fd525029aa9dab161ffe4896c10f6d (patch)
tree759d6a3b9602b86deec1028e081c0ceaf1004751 /tests/SkSLGLSLTest.cpp
parent3667b4970d6972675be58a331be7c5ba02f3d39e (diff)
added support for push_constant layout
Diffstat (limited to 'tests/SkSLGLSLTest.cpp')
-rw-r--r--tests/SkSLGLSLTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/SkSLGLSLTest.cpp b/tests/SkSLGLSLTest.cpp
index b01aad83d6..3cff1c2c28 100644
--- a/tests/SkSLGLSLTest.cpp
+++ b/tests/SkSLGLSLTest.cpp
@@ -9,7 +9,7 @@
#include "Test.h"
-#if SKIA_SUPPORT_GPU
+#if SK_SUPPORT_GPU
static void test(skiatest::Reporter* r, const char* src, const GrGLSLCaps& caps,
const char* expected) {