| Index: src/gpu/GrPipeline.h
 | 
| diff --git a/src/gpu/GrPipeline.h b/src/gpu/GrPipeline.h
 | 
| index 3b5181831a0c294320dd97d5716ae3da9d370817..bf8ca8a725f49af18276fb44df0c311c5ed97923 100644
 | 
| --- a/src/gpu/GrPipeline.h
 | 
| +++ b/src/gpu/GrPipeline.h
 | 
| @@ -10,7 +10,6 @@
 | 
|  
 | 
|  #include "GrColor.h"
 | 
|  #include "GrGpu.h"
 | 
| -#include "GrNonAtomicRef.h"
 | 
|  #include "GrPendingFragmentStage.h"
 | 
|  #include "GrPrimitiveProcessor.h"
 | 
|  #include "GrProgramDesc.h"
 | 
| @@ -27,8 +26,10 @@
 | 
|   * Class that holds an optimized version of a GrPipelineBuilder. It is meant to be an immutable
 | 
|   * class, and contains all data needed to set the state for a gpu draw.
 | 
|   */
 | 
| -class GrPipeline : public GrNonAtomicRef {
 | 
| +class GrPipeline {
 | 
|  public:
 | 
| +    
 | 
| +
 | 
|      GrPipeline(const GrPipelineBuilder&,
 | 
|                 const GrProcOptInfo& colorPOI,
 | 
|                 const GrProcOptInfo& coveragePOI,
 | 
| 
 |