Index: src/gpu/GrOptDrawState.h |
diff --git a/src/gpu/GrOptDrawState.h b/src/gpu/GrOptDrawState.h |
index 91c39a181cdc56ec286f275399f5893afe8a236d..bf4f78e5ef325ea08d34961b04225ef93d25e2da 100644 |
--- a/src/gpu/GrOptDrawState.h |
+++ b/src/gpu/GrOptDrawState.h |
@@ -24,7 +24,7 @@ class GrDrawState; |
* Class that holds an optimized version of a GrDrawState. It is meant to be an immutable class, |
* and contains all data needed to set the state for a gpu draw. |
*/ |
-class GrOptDrawState : public SkRefCnt { |
+class GrOptDrawState { |
public: |
SK_DECLARE_INST_COUNT(GrOptDrawState) |