Bug 1921553: apply code formatting via Lando
# ignore-this-changeset
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#include "EffectSet.h"
|
||||
#include "mozilla/dom/Element.h" // For Element
|
||||
#include "mozilla/PseudoStyleType.h" // For PseudoStyleRequest
|
||||
#include "mozilla/dom/Element.h" // For Element
|
||||
#include "mozilla/PseudoStyleType.h" // For PseudoStyleRequest
|
||||
#include "mozilla/RestyleManager.h"
|
||||
#include "mozilla/LayerAnimationInfo.h"
|
||||
#include "nsCycleCollectionNoteChild.h" // For CycleCollectionNoteChild
|
||||
|
||||
@@ -51,8 +51,7 @@ bool nsTransitionManager::UpdateTransitions(
|
||||
return false;
|
||||
}
|
||||
|
||||
auto* collection =
|
||||
CSSTransitionCollection::Get(aElement, aPseudoRequest);
|
||||
auto* collection = CSSTransitionCollection::Get(aElement, aPseudoRequest);
|
||||
return DoUpdateTransitions(*aNewStyle.StyleUIReset(), aElement,
|
||||
aPseudoRequest, collection, aOldStyle, aNewStyle);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user