commit | a60cc3ea4157f232b19da05f510791e44a43540e | [log] [tgz] |
---|---|---|
author | Ethan Nicholas <ethannicholas@google.com> | Fri Apr 23 16:15:11 2021 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Fri Apr 30 13:47:18 2021 +0000 |
tree | ce0ba781e8be24c531c69b2595d4363ad5d9a476 | |
parent | 0bc48228aeaca93a795d0d989734f63006a273fa [diff] |
Fix DSL handling of doubles Previously, "x = 1.0" (as opposed to 1.0f) would fail with an ambiguous operator resolution. Change-Id: I9bcb4115d209a2aadb3fc4c237b61c345b25ca00 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/400619 Reviewed-by: John Stiles <johnstiles@google.com> Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: Ethan Nicholas <ethannicholas@google.com>