diff options
author | reed <reed@google.com> | 2014-10-30 11:34:15 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-30 11:34:15 -0700 |
commit | f037e0bf138a4e842f39e19864d05010a54950c9 (patch) | |
tree | 8065bc69d569ef1deba83f6797412343510474cb /tests | |
parent | 6374f57d77044b4c9260e50f7983d6f418e852d5 (diff) |
allow SkUserConfig.h to control NOGPU
BUG=skia:
Review URL: https://codereview.chromium.org/685243002
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ReadWriteAlphaTest.cpp | 3 |
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; |