summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsScript.h
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2011-09-01 13:49:29 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-09-01 13:49:29 -0700
commit1716fe47bdbc4f23f2e4e27eb2d787388792adeb (patch)
treec53b62dd47acbaf1fdd79ed46272fa9d1589e76d /libs/rs/rsScript.h
parentf9fa8be5e37b47d01ae37afb08f68428072e4aa3 (diff)
parent514f9790fdf180ca3c58e508cbd36c520fa7be08 (diff)
downloadframeworks_base-1716fe47bdbc4f23f2e4e27eb2d787388792adeb.zip
frameworks_base-1716fe47bdbc4f23f2e4e27eb2d787388792adeb.tar.gz
frameworks_base-1716fe47bdbc4f23f2e4e27eb2d787388792adeb.tar.bz2
Merge "Call .rs.dtor() when tearing down Scripts."
Diffstat (limited to 'libs/rs/rsScript.h')
-rw-r--r--libs/rs/rsScript.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/rs/rsScript.h b/libs/rs/rsScript.h
index c0324dd..d645421 100644
--- a/libs/rs/rsScript.h
+++ b/libs/rs/rsScript.h
@@ -73,6 +73,8 @@ public:
void setVar(uint32_t slot, const void *val, size_t len);
void setVarObj(uint32_t slot, ObjectBase *val);
+ virtual bool freeChildren();
+
virtual void runForEach(Context *rsc,
const Allocation * ain,
Allocation * aout,