commit | 1544ba9c3c5e3886e827874c493e5446a1ace5c7 | [log] [tgz] |
---|---|---|
author | Michael Ludwig <[email protected]> | Tue Jan 02 15:26:37 2024 +0000 |
committer | Michael Ludwig <[email protected]> | Tue Jan 02 17:38:37 2024 +0000 |
tree | 8557180dbdc3484bb725937f28e31e175dde6076 | |
parent | be1761a0621b7ce763aad779666cd503b3b37bbb [diff] |
Update tests and canvas subclasses to expect drawImageRect calls As part of the the linked staging flag CL, removing SK_RESOLVE_FILTERS_BEFORE_RESTORE has SkCanvas::drawImage call into onDrawImageRect with a src rect matching the image dimensions. onDrawImage() is no longer called and will be removed from the SkCanvas API at a later point. This removes all of the overrides that I could find in HWUI. Bug: b/40042615 Change-Id: I4feea19d7622b217e0cf2c6fcc06f64e6427caa7