| Index: src/gpu/GrPipelineBuilder.h
|
| diff --git a/src/gpu/GrPipelineBuilder.h b/src/gpu/GrPipelineBuilder.h
|
| index ae9ca9b067b585795a921241c735833dd4f1aa0f..0daf116565cdd8dbde62e46a47986f07d0dd43a6 100644
|
| --- a/src/gpu/GrPipelineBuilder.h
|
| +++ b/src/gpu/GrPipelineBuilder.h
|
| @@ -45,7 +45,8 @@ public:
|
| * no GrPaint equivalents are set to default values with the exception of vertex attribute state
|
| * which is unmodified by this function and clipping which will be enabled.
|
| */
|
| - void setFromPaint(const GrPaint&, GrRenderTarget*, const GrClip&);
|
| + void setFromPaint(const GrPaint&, GrRenderTarget*, const GrClip&,
|
| + GrPipelineStage pipelineStage = kEverywhere_GrPipelineStage);
|
|
|
| ///////////////////////////////////////////////////////////////////////////
|
| /// @name Fragment Processors
|
|
|