aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2014-10-30 11:34:15 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-10-30 11:34:15 -0700
commitf037e0bf138a4e842f39e19864d05010a54950c9 (patch)
tree8065bc69d569ef1deba83f6797412343510474cb /tests
parent6374f57d77044b4c9260e50f7983d6f418e852d5 (diff)
allow SkUserConfig.h to control NOGPU
Diffstat (limited to 'tests')
-rw-r--r--tests/ReadWriteAlphaTest.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/ReadWriteAlphaTest.cpp b/tests/ReadWriteAlphaTest.cpp
index 7b6a05d299..6bcc51faf2 100644
--- a/tests/ReadWriteAlphaTest.cpp
+++ b/tests/ReadWriteAlphaTest.cpp
@@ -5,12 +5,13 @@
* found in the LICENSE file.
*/
+#include "Test.h"
+
// This test is specific to the GPU backend.
#if SK_SUPPORT_GPU && !defined(SK_BUILD_FOR_ANDROID)
#include "GrContextFactory.h"
#include "SkGpuDevice.h"
-#include "Test.h"
static const int X_SIZE = 12;
static const int Y_SIZE = 12;