aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/animator/SkDrawBlur.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/animator/SkDrawBlur.cpp')
-rw-r--r--src/animator/SkDrawBlur.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/animator/SkDrawBlur.cpp b/src/animator/SkDrawBlur.cpp
index 549aa0dae9..5f388c9310 100644
--- a/src/animator/SkDrawBlur.cpp
+++ b/src/animator/SkDrawBlur.cpp
@@ -20,7 +20,7 @@ const SkMemberInfo SkDrawBlur::fInfo[] = {
DEFINE_GET_MEMBER(SkDrawBlur);
-SkDrawBlur::SkDrawBlur()
+SkDrawBlur::SkDrawBlur()
: fSigma(-1)
, fBlurStyle(SkBlurMaskFilter::kNormal_BlurStyle) {
}