| Index: src/gpu/GrPipeline.h
|
| diff --git a/src/gpu/GrPipeline.h b/src/gpu/GrPipeline.h
|
| index 10ffc865f08f61a39c602f1cebb61fc9cb9fb3c1..4f81ae40d0276223f2de88d4edd3238ea3576ebf 100644
|
| --- a/src/gpu/GrPipeline.h
|
| +++ b/src/gpu/GrPipeline.h
|
| @@ -41,7 +41,7 @@ struct GrPipelineOptimizations {
|
| * 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 GrNonAtomicRef<GrPipeline> {
|
| public:
|
| ///////////////////////////////////////////////////////////////////////////
|
| /// @name Creation
|
|
|