Chromium Code Reviews
DescriptionFix extraneous double-handled event errors.
The user model will frequently report double-handled event errors when
there are two or more animations overlapping, because the frames in the
animation intervals are considered associatedEvents for those animations,
so if the animations overlap then the frame will be the associatedEvent
of two or more different animations. Since this is expected, we will
no longer report a double-handled event error on a frame event (but will
still report these errors on other types of events)
BUG=catapult:#2664
Committed: https://chromium.googlesource.com/external/github.com/catapult-project/catapult/+/8be763db2940432ebf6f6d188894e2af845bbf1a
Patch Set 1 #
Total comments: 2
Patch Set 2 : fix reference #Messages
Total messages: 14 (5 generated)
|