Index: gm/imagefiltersclipped.cpp |
diff --git a/gm/imagefiltersclipped.cpp b/gm/imagefiltersclipped.cpp |
index a0fedfdeee27f87355b918194f0a66a17ece34ed..62775146d5f46aa00d1def44b1128257f9d21b33 100644 |
--- a/gm/imagefiltersclipped.cpp |
+++ b/gm/imagefiltersclipped.cpp |
@@ -113,7 +113,7 @@ protected: |
SkErodeImageFilter::Create(2, 2, checkerboard.get()), |
SkOffsetImageFilter::Create(SkIntToScalar(-16), SkIntToScalar(32)), |
SkImageFilter::CreateMatrixFilter(resizeMatrix, kNone_SkFilterQuality), |
- SkLightingImageFilter::CreatePointLitDiffuse(pointLocation, SK_ColorWHITE, SK_Scalar1, SkIntToScalar(2), checkerboard.get()), |
+ SkLightingImageFilter::CreatePointLitDiffuse(pointLocation, SK_ColorWHITE, SK_Scalar1, SkIntToScalar(2), checkerboard.get(), NULL), |
}; |