DescriptionAdvance image animations when drawing as shaders
Currently, we refresh image animations from their draw() impl.
But the rounded-rect fast path introduced in http://crrev.com/1949253004
draws images via shaders, so it may never call Image::draw() to advance
animations.
Update applyShader() to refresh the animations explicitly, similar to
the draw() case.
BUG=644112
Committed: https://crrev.com/604a9c1f58454572d2e4c3680e913de37723410b
Cr-Commit-Position: refs/heads/master@{#418544}
Patch Set 1 #Patch Set 2 : refresh in applyShader() #
Messages
Total messages: 15 (10 generated)
|