| Index: src/gpu/GrBufferedDrawTarget.cpp
|
| diff --git a/src/gpu/GrBufferedDrawTarget.cpp b/src/gpu/GrBufferedDrawTarget.cpp
|
| index ef24ce2ed5047cbf36f109908c8bb5a6925f39e4..e33950bf08d4a66d8c2d914708a99b20d1d9b688 100644
|
| --- a/src/gpu/GrBufferedDrawTarget.cpp
|
| +++ b/src/gpu/GrBufferedDrawTarget.cpp
|
| @@ -66,7 +66,7 @@ void GrBufferedDrawTarget::onDrawPaths(const GrPathProcessor* pathProc,
|
| }
|
| fCommands->recordDrawPaths(state, this, pathProc, pathRange, indices, indexType,
|
| transformValues, transformType, count, stencilSettings,
|
| - pipelineInfo);
|
| + opts);
|
| }
|
|
|
| void GrBufferedDrawTarget::onClear(const SkIRect& rect, GrColor color,
|
|
|