commit | b3ec29d2d81ae391e433fbdf8aabc791e426ee38 | [log] [tgz] |
---|---|---|
author | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Sat Sep 07 07:01:16 2013 +0000 |
committer | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Sat Sep 07 07:01:16 2013 +0000 |
tree | cd3d441d8957ee94c8fa4a511336e8195220a4ec | |
parent | 1acc3d7cc28c5631b5300578ab13439bdefd4e33 [diff] [blame] |
Sanitizing source files in Housekeeper-Nightly git-svn-id: http://skia.googlecode.com/svn/trunk@11143 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/animator/SkDrawBlur.cpp b/src/animator/SkDrawBlur.cpp index 549aa0d..5f388c9 100644 --- a/src/animator/SkDrawBlur.cpp +++ b/src/animator/SkDrawBlur.cpp
@@ -20,7 +20,7 @@ DEFINE_GET_MEMBER(SkDrawBlur); -SkDrawBlur::SkDrawBlur() +SkDrawBlur::SkDrawBlur() : fSigma(-1) , fBlurStyle(SkBlurMaskFilter::kNormal_BlurStyle) { }