diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/DrawBitmapRectTest.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/DrawBitmapRectTest.cpp b/tests/DrawBitmapRectTest.cpp index f74199efa3..7dc51c04ef 100644 --- a/tests/DrawBitmapRectTest.cpp +++ b/tests/DrawBitmapRectTest.cpp @@ -10,7 +10,6 @@ #include "SkCanvas.h" #include "SkShader.h" -#ifdef SK_SCALAR_IS_FLOAT static void assert_ifDrawnTo(skiatest::Reporter* reporter, const SkBitmap& bm, bool shouldBeDrawn) { for (int y = 0; y < bm.height(); ++y) { @@ -74,7 +73,6 @@ static void test_wacky_bitmapshader(skiatest::Reporter* reporter, assert_ifDrawnTo(reporter, dev, shouldBeDrawn); } -#endif /* * Original bug was asserting that the matrix-proc had generated a (Y) value |