зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1358966 - Drop parent style argument from Gecko_UpdateAnimations. r=birtles
MozReview-Commit-ID: KG0EPjTtqGH --HG-- extra : rebase_source : a95c5dd11f29c9c07a6bffa885c8febb1c056143
This commit is contained in:
Родитель
0a79106352
Коммит
5fb6419612
|
@ -577,7 +577,6 @@ void
|
|||
Gecko_UpdateAnimations(RawGeckoElementBorrowed aElement,
|
||||
ServoComputedValuesBorrowedOrNull aOldComputedValues,
|
||||
ServoComputedValuesBorrowedOrNull aComputedValues,
|
||||
ServoComputedValuesBorrowedOrNull aParentComputedValues,
|
||||
UpdateAnimationsTasks aTasks)
|
||||
{
|
||||
MOZ_ASSERT(NS_IsMainThread());
|
||||
|
|
|
@ -222,7 +222,6 @@ bool Gecko_StyleAnimationsEquals(RawGeckoStyleAnimationListBorrowed,
|
|||
void Gecko_UpdateAnimations(RawGeckoElementBorrowed aElementOrPseudo,
|
||||
ServoComputedValuesBorrowedOrNull aOldComputedValues,
|
||||
ServoComputedValuesBorrowedOrNull aComputedValues,
|
||||
ServoComputedValuesBorrowedOrNull aParentComputedValues,
|
||||
mozilla::UpdateAnimationsTasks aTasks);
|
||||
bool Gecko_ElementHasAnimations(RawGeckoElementBorrowed aElementOrPseudo);
|
||||
bool Gecko_ElementHasCSSAnimations(RawGeckoElementBorrowed aElementOrPseudo);
|
||||
|
|
Загрузка…
Ссылка в новой задаче