commit | 54a6b1a1228489161294e4fa1fc8f93797cff259 | [log] [tgz] |
---|---|---|
author | wangyix <wangyix@google.com> | Tue Sep 08 08:41:51 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue Sep 08 08:41:51 2015 -0700 |
tree | d4663fe8b04109640be41d7b109e99c5eb285e52 | |
parent | 43fe6185c5043247c47daa450b015e26d86728fe [diff] |
emitChild() used to generate a mangled outputColor based on the parent's outputColor; now it just accepts an outputColor string. It's now up to the programmer to declare outputColors if needed before emitting child code. BUG=skia:4182 Review URL: https://codereview.chromium.org/1321253003