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:
Hiroyuki Ikezoe 2017-06-09 06:19:36 +09:00
parent 0a79106352
commit 5fb6419612
2 changed files with 0 additions and 2 deletions

View File

@ -577,7 +577,6 @@ void
Gecko_UpdateAnimations(RawGeckoElementBorrowed aElement,
ServoComputedValuesBorrowedOrNull aOldComputedValues,
ServoComputedValuesBorrowedOrNull aComputedValues,
ServoComputedValuesBorrowedOrNull aParentComputedValues,
UpdateAnimationsTasks aTasks)
{
MOZ_ASSERT(NS_IsMainThread());

View File

@ -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);