aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/WindowRectanglesTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/WindowRectanglesTest.cpp')
-rw-r--r--tests/WindowRectanglesTest.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/WindowRectanglesTest.cpp b/tests/WindowRectanglesTest.cpp
index ed4e4039ec..2c2531bc07 100644
--- a/tests/WindowRectanglesTest.cpp
+++ b/tests/WindowRectanglesTest.cpp
@@ -8,8 +8,6 @@
#include "SkTypes.h"
#include "Test.h"
-#if SK_SUPPORT_GPU
-
#include "GrWindowRectangles.h"
#include "SkRandom.h"
#include "SkRectPriv.h"
@@ -74,5 +72,3 @@ DEF_TEST(WindowRectangles, reporter) {
GrWindowRectangles::kMaxWindows * sizeof(SkIRect)));
}
}
-
-#endif