| Index: src/effects/SkLightingImageFilter.cpp
|
| ===================================================================
|
| --- src/effects/SkLightingImageFilter.cpp (revision 8365)
|
| +++ src/effects/SkLightingImageFilter.cpp (working copy)
|
| @@ -1080,6 +1080,7 @@
|
|
|
| GrEffectRef* GrDiffuseLightingEffect::TestCreate(SkMWCRandom* random,
|
| GrContext* context,
|
| + const GrDrawTargetCaps&,
|
| GrTexture* textures[]) {
|
| SkScalar surfaceScale = random->nextSScalar1();
|
| SkScalar kd = random->nextUScalar1();
|
| @@ -1296,6 +1297,7 @@
|
|
|
| GrEffectRef* GrSpecularLightingEffect::TestCreate(SkMWCRandom* random,
|
| GrContext* context,
|
| + const GrDrawTargetCaps&,
|
| GrTexture* textures[]) {
|
| SkScalar surfaceScale = random->nextSScalar1();
|
| SkScalar ks = random->nextUScalar1();
|
|
|