Index: tests/WritePixelsTest.cpp |
diff --git a/tests/WritePixelsTest.cpp b/tests/WritePixelsTest.cpp |
index 95cae6a8c8c590e279d7e544809fa7a72a830274..c7f77a7fb2bd43eba27d6757c5331e0812058247 100644 |
--- a/tests/WritePixelsTest.cpp |
+++ b/tests/WritePixelsTest.cpp |
@@ -297,7 +297,7 @@ struct CanvasConfig { |
static const CanvasConfig gCanvasConfigs[] = { |
{kRaster_DevType, true}, |
{kRaster_DevType, false}, |
-#if SK_SUPPORT_GPU && defined(SK_SCALAR_IS_FLOAT) |
+#if SK_SUPPORT_GPU |
{kGpu_BottomLeft_DevType, true}, // row bytes has no meaning on gpu devices |
{kGpu_TopLeft_DevType, true}, // row bytes has no meaning on gpu devices |
#endif |