Descriptioncc: check animation notify settings first in NotifyObservers
(like LayerAnimationController::NotifyObserversOpacityAnimated)
While sending the notification to the observers, the notify settings
of the animation (active and pending) are checked against the state of
the observer (whether active or not). In most cases, the default
setting of the animation will set active and pending as true. So in
those cases there is no need to check for the active state of observer.
This patch first checks if both active and pending state are true for
animation. If yes then it proceedes sending the notification to
observer and there is no need to check the active state of observer.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287554
Patch Set 1 #
Total comments: 2
Patch Set 2 : Added variables back into PropertyUpdate #Messages
Total messages: 7 (0 generated)
|