diff options
Diffstat (limited to 'src/effects')
-rw-r--r-- | src/effects/SkLightingImageFilter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/effects/SkLightingImageFilter.cpp b/src/effects/SkLightingImageFilter.cpp index 82e1f22e4d..0aa90eff90 100644 --- a/src/effects/SkLightingImageFilter.cpp +++ b/src/effects/SkLightingImageFilter.cpp @@ -372,7 +372,7 @@ public: */ void emitLightColorUniform(GrGLShaderBuilder*); - /** + /** * These two functions are called from GrGLLightingEffect's emitCode() function. * emitSurfaceToLight places an expression in param out that is the vector from the surface to * the light. The expression will be used in the FS. emitLightColor writes an expression into @@ -1421,7 +1421,7 @@ void GrGLSpotLight::emitLightColor(GrGLShaderBuilder* builder, gLightColorArgs, lightColorBody.c_str(), &fLightColorFunc); - + builder->fFSCode.appendf("%s(%s)", fLightColorFunc.c_str(), surfaceToLight); } |