Index: include/gpu/SkGr.h |
diff --git a/include/gpu/SkGr.h b/include/gpu/SkGr.h |
index cd5fabfde1a32a5f1037b2d50a62a705df32a324..df2ae5a32049ff981797b30ef5fd1c32a12feac2 100644 |
--- a/include/gpu/SkGr.h |
+++ b/include/gpu/SkGr.h |
@@ -86,7 +86,7 @@ void SkPaint2GrPaintNoShader(GrContext* context, const SkPaint& skPaint, GrColor |
bool constantColor, GrPaint* grPaint); |
// This function is similar to skPaint2GrPaintNoShader but also converts |
-// skPaint's shader to a GrTexture/GrEffectStage if possible. |
+// skPaint's shader to a GrTexture/GrProcessorStage if possible. |
// constantColor has the same meaning as in skPaint2GrPaintNoShader. |
void SkPaint2GrPaintShader(GrContext* context, const SkPaint& skPaint, |
bool constantColor, GrPaint* grPaint); |