Index: include/gpu/GrFragmentProcessor.h |
diff --git a/include/gpu/GrFragmentProcessor.h b/include/gpu/GrFragmentProcessor.h |
index e4d9151ccb82bc51a3a2b67297edac2c71bbdd68..9c9f05acdb8479b50ceab2b06f82a980ad95e8b9 100644 |
--- a/include/gpu/GrFragmentProcessor.h |
+++ b/include/gpu/GrFragmentProcessor.h |
@@ -126,6 +126,8 @@ protected: |
virtual void onComputeInvariantOutput(GrInvariantOutput* inout) const = 0; |
private: |
+ void notifyRefCntIsZero() const final; |
+ |
/** Returns a new instance of the appropriate *GL* implementation class |
for the given GrFragmentProcessor; caller is responsible for deleting |
the object. */ |