commit | 88bd8edcff23dc9cf31b664cba7ba73b235318b0 | [log] [tgz] |
---|---|---|
author | Ethan Nicholas <ethannicholas@google.com> | Thu Jun 01 11:29:45 2017 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Fri Jun 02 13:23:36 2017 +0000 |
tree | bda38d25837904f6e5320e3f54b91465a9aab3d9 | |
parent | ec4400bfe34bbb90eaceaae168b2c6edf9aca4d9 [diff] |
Fixed an issue with sksl variable declarations There was an issue where multiple variables defined in the same declaration were not being sequenced appropriately during analysis, so 'int x = 0, y = x + 1' would report that x was undefined. Bug: skia: Change-Id: I882f7e216467306f6a6013a0a34aac30a4c60744 Reviewed-on: https://skia-review.googlesource.com/18313 Reviewed-by: Chris Dalton <csmartdalton@google.com> Commit-Queue: Ethan Nicholas <ethannicholas@google.com>