| Index: src/gpu/GrCommandBuilder.h
 | 
| diff --git a/src/gpu/GrCommandBuilder.h b/src/gpu/GrCommandBuilder.h
 | 
| index 90099ee2ef973f0dd73b1682842784f65e1f305e..a94a439dcd2ce6aa514b645cef84e57f5077def9 100644
 | 
| --- a/src/gpu/GrCommandBuilder.h
 | 
| +++ b/src/gpu/GrCommandBuilder.h
 | 
| @@ -57,7 +57,7 @@ public:
 | 
|                                     GrSurface* src,
 | 
|                                     const SkIRect& srcRect,
 | 
|                                     const SkIPoint& dstPoint);
 | 
| -    virtual Cmd* recordXferBarrierIfNecessary(const GrPipeline&, const GrDrawTargetCaps&);
 | 
| +    virtual Cmd* recordXferBarrierIfNecessary(const GrPipeline&, const GrCaps&);
 | 
|  
 | 
|  protected:
 | 
|      typedef GrTargetCommands::DrawBatch DrawBatch;
 | 
| 
 |