Index: tests/PaintTest.cpp |
=================================================================== |
--- tests/PaintTest.cpp (revision 11004) |
+++ tests/PaintTest.cpp (working copy) |
@@ -142,7 +142,8 @@ |
// set a few pointers |
SkLayerDrawLooper* looper = new SkLayerDrawLooper(); |
paint.setLooper(looper)->unref(); |
- SkMaskFilter* mask = SkBlurMaskFilter::Create(1, SkBlurMaskFilter::kNormal_BlurStyle); |
+ SkMaskFilter* mask = SkBlurMaskFilter::Create(SkBlurMaskFilter::kNormal_BlurStyle, |
+ SkFloatToScalar(1.57735f)); |
paint.setMaskFilter(mask)->unref(); |
// copy the paint using the copy constructor and check they are the same |