Bug 1698600 - CSS animation profiler markers should also be added for animations that run to completion, r=birtles.

Differential Revision: https://phabricator.services.mozilla.com/D108493
This commit is contained in:
Florian Quèze 2021-03-16 12:04:01 +00:00
Родитель 0e334fd3d8
Коммит 12e6842434
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -52,7 +52,8 @@ struct AnimationEventInfo {
nsCSSPseudoElements::PseudoTypeAsString(aTarget.mPseudoType);
#ifdef MOZ_GECKO_PROFILER
if (aMessage == eAnimationCancel && profiler_can_accept_markers()) {
if ((aMessage == eAnimationCancel || aMessage == eAnimationEnd) &&
profiler_can_accept_markers()) {
nsCString markerText;
aAnimationName->ToUTF8String(markerText);
PROFILER_MARKER_TEXT(