| Index: include/gpu/GrDrawContext.h
 | 
| diff --git a/include/gpu/GrDrawContext.h b/include/gpu/GrDrawContext.h
 | 
| index 96f42693b48ef06ce08400cc5d5864f8dfbfbf4a..f56570b10beaf3cd3ca2e2fb8ca6a2a42f3fee92 100644
 | 
| --- a/include/gpu/GrDrawContext.h
 | 
| +++ b/include/gpu/GrDrawContext.h
 | 
| @@ -14,7 +14,6 @@
 | 
|  #include "SkRefCnt.h"
 | 
|  #include "SkRegion.h"
 | 
|  #include "SkSurfaceProps.h"
 | 
| -#include "../private/GrInstancedPipelineInfo.h"
 | 
|  #include "../private/GrSingleOwner.h"
 | 
|  
 | 
|  class GrAtlasTextContext;
 | 
| @@ -347,7 +346,6 @@
 | 
|      GrDrawTarget*                     fDrawTarget;
 | 
|      SkAutoTDelete<GrAtlasTextContext> fAtlasTextContext;
 | 
|      GrContext*                        fContext;
 | 
| -    GrInstancedPipelineInfo           fInstancedPipelineInfo;
 | 
|  
 | 
|      SkSurfaceProps                    fSurfaceProps;
 | 
|      GrAuditTrail*                     fAuditTrail;
 | 
| 
 |