| Index: src/gpu/GrPipelineBuilder.h
 | 
| diff --git a/src/gpu/GrPipelineBuilder.h b/src/gpu/GrPipelineBuilder.h
 | 
| index fa085f0b993153bec51753f3edab933a3c4b6155..b48a1b4b1f1b90e1156fa93f542cadd64981fd8c 100644
 | 
| --- a/src/gpu/GrPipelineBuilder.h
 | 
| +++ b/src/gpu/GrPipelineBuilder.h
 | 
| @@ -24,7 +24,7 @@
 | 
|  #include "effects/GrSimpleTextureEffect.h"
 | 
|  
 | 
|  class GrBatch;
 | 
| -class GrDrawTargetCaps;
 | 
| +class GrCaps;
 | 
|  class GrPaint;
 | 
|  class GrTexture;
 | 
|  
 | 
| @@ -179,7 +179,7 @@ public:
 | 
|      /**
 | 
|       * Checks whether the xp will need a copy of the destination to correctly blend.
 | 
|       */
 | 
| -    bool willXPNeedDstCopy(const GrDrawTargetCaps& caps, const GrProcOptInfo& colorPOI,
 | 
| +    bool willXPNeedDstCopy(const GrCaps& caps, const GrProcOptInfo& colorPOI,
 | 
|                             const GrProcOptInfo& coveragePOI) const;
 | 
|  
 | 
|      /// @}
 | 
| 
 |