| Index: tests/ReadWriteAlphaTest.cpp
|
| diff --git a/tests/ReadWriteAlphaTest.cpp b/tests/ReadWriteAlphaTest.cpp
|
| index 7b6a05d29964df3995a18ac018addf860c9de9b5..6bcc51faf206afc12e420b82540949bafd8f5dc0 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;
|
|
|