commit | 5ab804aff406ac41bb46df021c76540abda4297c | [log] [tgz] |
---|---|---|
author | Yotam Hacohen <yotha@chromium.org> | Mon May 02 20:35:23 2022 +0000 |
committer | SkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com> | Tue May 03 14:01:48 2022 +0000 |
tree | 66a99b2d6964a4f3494371029d7f9ca0ccee2a15 | |
parent | eae1848ec7e4d39285e4bc3dc39078daa7fb3e34 [diff] |
Remove the return value of setDeviceCoordinateSystem In https://skia-review.googlesource.com/c/skia/+/527505 we removed the 'invert' call from 'SetDeviceCoordinateSystem', removing the only place where the function might return 'false'. This patch changes the return value from bool to void, as it is obsolete. Change-Id: I0262f82d2cf339879ea716bdb5f16ca26d453cb9 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/536097 Reviewed-by: Michael Ludwig <michaelludwig@google.com> Commit-Queue: Michael Ludwig <michaelludwig@google.com>