aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2016-04-10 14:04:19 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-04-10 14:04:19 -0700
commit82b043e87380a64ea4ca736b293ec0ee5c30e676 (patch)
tree8d766253d5ceba712d7d83bd1d0ab33088b3af1c /src/effects
parentd58f840650a6768b50d024247e2817ccbacd8a0d (diff)
Fix roll bot's win gn build
Diffstat (limited to 'src/effects')
-rw-r--r--src/effects/SkLightingImageFilter.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/effects/SkLightingImageFilter.cpp b/src/effects/SkLightingImageFilter.cpp
index 53d6327d90..77ea520995 100644
--- a/src/effects/SkLightingImageFilter.cpp
+++ b/src/effects/SkLightingImageFilter.cpp
@@ -1110,6 +1110,8 @@ SkLightingImageFilter::SkLightingImageFilter(sk_sp<SkImageFilterLight> light,
, fSurfaceScale(surfaceScale / 255) {
}
+SkLightingImageFilter::~SkLightingImageFilter() {}
+
sk_sp<SkImageFilter> SkLightingImageFilter::MakeDistantLitDiffuse(const SkPoint3& direction,
SkColor lightColor,
SkScalar surfaceScale,