[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 Review URL: https://codereview.chromium.org/484373004 Cr-Commit-Position: refs/heads/master@{#292280}
Showing
Please register or sign in to comment