| Index: src/gpu/GrCommandBuilder.h
|
| diff --git a/src/gpu/GrCommandBuilder.h b/src/gpu/GrCommandBuilder.h
|
| index 15237fbf909c0bb9fcd495a103198d5e88e69397..8d8e11c9f601550f9d8d78460b0538bb43700815 100644
|
| --- a/src/gpu/GrCommandBuilder.h
|
| +++ b/src/gpu/GrCommandBuilder.h
|
| @@ -48,7 +48,7 @@ public:
|
| GrDrawTarget::PathTransformType ,
|
| int,
|
| const GrStencilSettings&,
|
| - const GrDrawTarget::PipelineInfo&) = 0;
|
| + const GrPipelineOptimizations&) = 0;
|
| virtual Cmd* recordClear(const SkIRect& rect,
|
| GrColor,
|
| GrRenderTarget*);
|
|
|