Index: src/core/SkLightingShader.h |
diff --git a/src/core/SkLightingShader.h b/src/core/SkLightingShader.h |
index 30ce6559c51691d2991b3fb444d4de8600e768e0..ffbcbe9eb4ecae3808b6992118f2b3678677a876 100644 |
--- a/src/core/SkLightingShader.h |
+++ b/src/core/SkLightingShader.h |
@@ -69,7 +69,7 @@ public: |
@param normal the normal map |
@param light the light applied to the normal map |
@param ambient the linear (unpremul) ambient light color. Range is 0..1/channel. |
- @param localMatrix the matrix mapping the textures to the dest rect |
+ @param localMatrix the matrix mapping the textures to the dest rect |
nullptr will be returned if: |
either 'diffuse' or 'normal' are empty |