Chromium Code Reviews| Index: skia/ext/image_operations_unittest.cc |
| diff --git a/skia/ext/image_operations_unittest.cc b/skia/ext/image_operations_unittest.cc |
| index f81363c43d586f24fbadf95121b4c3d9360fc33a..5c02e382789725565560120aa9eb151338073b57 100644 |
| --- a/skia/ext/image_operations_unittest.cc |
| +++ b/skia/ext/image_operations_unittest.cc |
| @@ -507,7 +507,7 @@ TEST(ImageOperations, ResizeShouldAverageColors) { |
| { skia::ImageOperations::RESIZE_HAMMING1, "HAMMING1", 0.0f }, |
| { skia::ImageOperations::RESIZE_LANCZOS2, "LANCZOS2", 0.0f }, |
| { skia::ImageOperations::RESIZE_LANCZOS3, "LANCZOS3", 0.0f }, |
| -#if defined(OS_POSIX) && !defined(GTV) && !defined(OS_MACOSX) |
| +#if defined(OS_POSIX) && !defined(GTV) && !defined(OS_MACOSX) && !defined(OS_ANDROID) |
|
Nico
2012/07/26 20:05:45
80 cols
Yaron
2012/07/26 20:15:54
Done.
|
| // SUBPIXEL has slightly worse performance than the other filters: |
| // 6.324 Bottom left/right corners |
| // 5.099 Top left/right corners |