commit | a003e8184e1cf742ec88f921beebc0e31886fcdb | [log] [tgz] |
---|---|---|
author | John Stiles <johnstiles@google.com> | Fri Sep 11 09:43:49 2020 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Fri Sep 11 14:57:14 2020 +0000 |
tree | c40c96a2777509cf363475c876fa8047857caf18 | |
parent | 66b45a7f409a62a25a62c6ba0298d8c55ce65c15 [diff] |
Fix inline code generation when literals appear in the argument list. We don't expect raw literals to ever appear here; this is a defensive maneuver. See http://review.skia.org/316440 for an example case where raw literals accidentally made it all the way to the inlining pass, due to a missing `coerce`. Change-Id: I80198f2f135791931aa53e0d6d92f1edfe4fb3b5 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/315970 Reviewed-by: Ethan Nicholas <ethannicholas@google.com> Commit-Queue: John Stiles <johnstiles@google.com> Auto-Submit: John Stiles <johnstiles@google.com>