Description[Android WebView] Fix cancelling FallbackTick
Inside OnDraw, RequestDrawGL can fail and return false, which means
there will not be a follow up DrawGL call to actually trigger the draw,
but the FallbackTick is cancelled anyway. Fix by moving the cancel
inside DrawSWInteral to reflect we only want to cancel when we actually
draw.
BUG=internal b/9978808
NOTRY=true
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=213302
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|