Index: tests/ImageDecodingTest.cpp |
diff --git a/tests/ImageDecodingTest.cpp b/tests/ImageDecodingTest.cpp |
index 89d18abaf4389d4952e4b8b6580d8f1bbb2e3604..5146b08ac1120e3956078d8c56599b16d7a02a9d 100644 |
--- a/tests/ImageDecodingTest.cpp |
+++ b/tests/ImageDecodingTest.cpp |
@@ -255,13 +255,18 @@ static void test_stream_life() { |
SkBitmap::kARGB_8888_Config); |
} |
} |
-#endif |
+ |
+// Test inside SkScaledBitmapSampler.cpp |
+extern void test_row_proc_choice(); |
+ |
+#endif // SK_DEBUG |
static void test_imageDecodingTests(skiatest::Reporter* reporter) { |
test_unpremul(reporter); |
test_pref_config_table(reporter); |
#ifdef SK_DEBUG |
test_stream_life(); |
+ test_row_proc_choice(); |
#endif |
} |