| Index: src/gpu/GrAAConvexPathRenderer.cpp
|
| ===================================================================
|
| --- src/gpu/GrAAConvexPathRenderer.cpp (revision 8359)
|
| +++ src/gpu/GrAAConvexPathRenderer.cpp (working copy)
|
| @@ -432,7 +432,7 @@
|
| const SkStrokeRec& stroke,
|
| const GrDrawTarget* target,
|
| bool antiAlias) const {
|
| - return (target->getCaps().shaderDerivativeSupport() && antiAlias &&
|
| + return (target->caps()->shaderDerivativeSupport() && antiAlias &&
|
| stroke.isFillStyle() && !path.isInverseFillType() && path.isConvex());
|
| }
|
|
|
|
|