Description[Android] Clear backing SkBitmap before rendering the overscroll effect
Skia makes no guarantees about the contents of a newly allocated
SkBitmap. Consequently, it's possible that the bitmap allocated for the
overscroll effect isn't zeroed before the effect itself is painted.
Prevent related issues by always clearing the allocated SkBitmap's
contents (to fully transparent) before painting the effect.
BUG=408225
Committed: https://crrev.com/46c0ec38bed034b6fcaade3f23258bd796a93db6
Cr-Commit-Position: refs/heads/master@{#292280}
Patch Set 1 #
Messages
Total messages: 11 (0 generated)
|