| Index: src/gpu/effects/GrBezierEffect.h
 | 
| diff --git a/src/gpu/effects/GrBezierEffect.h b/src/gpu/effects/GrBezierEffect.h
 | 
| index 7700c58fe6937c0e711c674eccc937bd7241bc18..d335c7115ab2a490c2c467804427c657c82d4264 100644
 | 
| --- a/src/gpu/effects/GrBezierEffect.h
 | 
| +++ b/src/gpu/effects/GrBezierEffect.h
 | 
| @@ -61,7 +61,7 @@ public:
 | 
|      static GrGeometryProcessor* Create(GrColor color,
 | 
|                                         const SkMatrix& viewMatrix,
 | 
|                                         const GrPrimitiveEdgeType edgeType,
 | 
| -                                       const GrDrawTargetCaps& caps,
 | 
| +                                       const GrCaps& caps,
 | 
|                                         const SkMatrix& localMatrix,
 | 
|                                         bool usesLocalCoords,
 | 
|                                         uint8_t coverage = 0xff) {
 | 
| @@ -146,7 +146,7 @@ public:
 | 
|      static GrGeometryProcessor* Create(GrColor color,
 | 
|                                         const SkMatrix& viewMatrix,
 | 
|                                         const GrPrimitiveEdgeType edgeType,
 | 
| -                                       const GrDrawTargetCaps& caps,
 | 
| +                                       const GrCaps& caps,
 | 
|                                         const SkMatrix& localMatrix,
 | 
|                                         bool usesLocalCoords,
 | 
|                                         uint8_t coverage = 0xff) {
 | 
| @@ -233,7 +233,7 @@ public:
 | 
|      static GrGeometryProcessor* Create(GrColor color,
 | 
|                                         const SkMatrix& viewMatrix,
 | 
|                                         const GrPrimitiveEdgeType edgeType,
 | 
| -                                       const GrDrawTargetCaps& caps) {
 | 
| +                                       const GrCaps& caps) {
 | 
|          switch (edgeType) {
 | 
|              case kFillAA_GrProcessorEdgeType:
 | 
|                  if (!caps.shaderCaps()->shaderDerivativeSupport()) {
 | 
| 
 |