aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrFragmentProcessor.h
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2015-08-27 16:43:48 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-08-27 16:43:48 -0700
commit4204800cd8f311f11491cf2eb7e32ca681f05489 (patch)
treef2c836a3b44afcf98f871024155cff161e4e6039 /include/gpu/GrFragmentProcessor.h
parent0153dea2f9c2fb23fb5e39933d21e11e162aac59 (diff)
Convert child FPs from refs to pending executions when parent converts
Diffstat (limited to 'include/gpu/GrFragmentProcessor.h')
-rw-r--r--include/gpu/GrFragmentProcessor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gpu/GrFragmentProcessor.h b/include/gpu/GrFragmentProcessor.h
index e4d9151ccb..9c9f05acdb 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. */