| Index: tests/ImageDecodingTest.cpp
 | 
| diff --git a/tests/ImageDecodingTest.cpp b/tests/ImageDecodingTest.cpp
 | 
| index 5764ffbc39ef76c9f19423b52a6e36ed4e1d01bf..e96d568b99d5c98ce0b6b08382bab4ad49cf56c9 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
 | 
|  }
 | 
|  
 | 
| 
 |