Index: src/gpu/GrPrimitiveProcessor.h |
diff --git a/src/gpu/GrPrimitiveProcessor.h b/src/gpu/GrPrimitiveProcessor.h |
index bd769e4140e31b0dcaf36c7ff2e447c6130ef487..f6ad6b17b2718a9ec0b240ae21b9d13aab7bb2b6 100644 |
--- a/src/gpu/GrPrimitiveProcessor.h |
+++ b/src/gpu/GrPrimitiveProcessor.h |
@@ -264,6 +264,7 @@ protected: |
size_t fVertexStride; |
private: |
+ void notifyRefCntIsZero() const final {}; |
virtual bool hasExplicitLocalCoords() const = 0; |
bool fIsPathRendering; |