diff options
author | 2009-06-05 15:45:39 -0700 | |
---|---|---|
committer | 2009-06-05 15:45:39 -0700 | |
commit | 51c8a3e00e6cffe42d25d1ac87d417e925d8a84d (patch) | |
tree | a3c8e8f3c90fd0c1aeb661bcf9fa32a2d43649cc /libs/rs/rsScript.h | |
parent | eb22c5b358af775a5f1192fc248594c7a0025d56 (diff) | |
parent | e583a4ea8c90105eee9b408d39bca3a4af6a2569 (diff) |
Merge commit 'goog/master' into merge_master
Diffstat (limited to 'libs/rs/rsScript.h')
-rw-r--r-- | libs/rs/rsScript.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/rs/rsScript.h b/libs/rs/rsScript.h index 193287081322..0229860a15f5 100644 --- a/libs/rs/rsScript.h +++ b/libs/rs/rsScript.h @@ -46,7 +46,7 @@ public: ObjectBaseRef<Allocation> mSlots[16]; - virtual void run(Context *, uint32_t launchID) = 0; + virtual bool run(Context *, uint32_t launchID) = 0; }; |