| Index: src/gpu/GrDrawTarget.cpp
|
| diff --git a/src/gpu/GrDrawTarget.cpp b/src/gpu/GrDrawTarget.cpp
|
| index a87e712d3369c4d9e20111ebb2a40edbb5d5b8e0..0e9a07f0ac6d801d7b30c93ea0a9470cca062ada 100644
|
| --- a/src/gpu/GrDrawTarget.cpp
|
| +++ b/src/gpu/GrDrawTarget.cpp
|
| @@ -758,7 +758,7 @@ void GrDrawTarget::getPathStencilSettingsForFillType(SkPath::FillType fill,
|
| *outStencilSettings = even_odd_path_stencil_settings();
|
| break;
|
| }
|
| - this->getClipMaskManager()->adjustPathStencilParams(outStencilSettings);
|
| + this->clipMaskManager()->adjustPathStencilParams(outStencilSettings);
|
| }
|
|
|
| ////////////////////////////////////////////////////////////////////////////////
|
|
|