Index: bench/BlurImageFilterBench.cpp |
diff --git a/bench/BlurImageFilterBench.cpp b/bench/BlurImageFilterBench.cpp |
index f0a7a8eea0315dc54e2dd7e4fdb14cd4dd61ef32..2407a44d144b89077e423493a019e57ec38e31bd 100644 |
--- a/bench/BlurImageFilterBench.cpp |
+++ b/bench/BlurImageFilterBench.cpp |
@@ -23,7 +23,7 @@ |
#define BLUR_SIGMA_LARGE 10.0f |
#define BLUR_SIGMA_HUGE 80.0f |
- |
+ |
// When 'cropped' is set we apply a cropRect to the blurImageFilter. The crop rect is an inset of |
// the source's natural dimensions. This is intended to exercise blurring a larger source bitmap |
// to a smaller destination bitmap. |