Chromium Code Reviews
DescriptionDrop "only composite opacity animations when already in compositing mode".
This CL fixes a bug caused by incomplete memory optimization made in r162118.
r162118 logic causes a complicated bug. When there is webkit-transform animation as
well as opacity animation, and it is not in compositing mode, it is possible
for Blink to handle opacity animation incorrectly, because Blink expects opacity
animation is accelerated. It can be fixed, but code would be more complicated,
so this CL drops this incomplete memory optimization.
BUG=324685
TEST=transitions/opacity-transform-transitions-inside-iframe.html
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=163136
Patch Set 1 #
Total comments: 2
Patch Set 2 : Make try-bot pass #Patch Set 3 : Use internals.forceCompositingUpdate instead of setTimeout #
Total comments: 2
Patch Set 4 : Get rid of useless setTimeout #
Total comments: 2
Patch Set 5 : Seperate window.internals and window.testRunner #Messages
Total messages: 15 (0 generated)
|