| Index: src/gpu/GrDrawState.h
|
| diff --git a/src/gpu/GrDrawState.h b/src/gpu/GrDrawState.h
|
| index 90c35f180b0aed522946682889794504fb1555c5..5b1194d0c2672da56904c819b50349fb2906b4fb 100644
|
| --- a/src/gpu/GrDrawState.h
|
| +++ b/src/gpu/GrDrawState.h
|
| @@ -94,7 +94,7 @@ public:
|
| * Initializes the GrDrawState based on a GrPaint, view matrix and render target. Note that
|
| * GrDrawState encompasses more than GrPaint. Aspects of GrDrawState that have no GrPaint
|
| * equivalents are set to default values. GrPaint has fewer stages than GrDrawState. The extra
|
| - * GrDrawState stages are disabled.
|
| + * GrDrawState stages are disabled. Clipping will be enabled.
|
| */
|
| void setFromPaint(const GrPaint& , const SkMatrix& viewMatrix, GrRenderTarget*);
|
|
|
|
|