Chromium Code Reviews| Index: src/effects/SkLightingImageFilter.cpp |
| diff --git a/src/effects/SkLightingImageFilter.cpp b/src/effects/SkLightingImageFilter.cpp |
| index c0c605ca040b88216ccd3b4dbdf7785aa74cb04f..efe6c9176ceb602a5365500156fd59d97b0fe640 100644 |
| --- a/src/effects/SkLightingImageFilter.cpp |
| +++ b/src/effects/SkLightingImageFilter.cpp |
| @@ -830,7 +830,7 @@ void SkLight::flattenLight(SkWriteBuffer& buffer) const { |
| /////////////////////////////////////////////////////////////////////////////// |
| SkLightingImageFilter::SkLightingImageFilter(SkLight* light, SkScalar surfaceScale, SkImageFilter* input, const CropRect* cropRect) |
|
reed1
2014/07/08 15:15:24
nit: 100 col
Stephen White
2014/07/08 15:33:30
Fixed.
|
| - : INHERITED(input, cropRect), |
| + : INHERITED(1, &input, cropRect), |
| fLight(light), |
| fSurfaceScale(SkScalarDiv(surfaceScale, SkIntToScalar(255))) |
| { |