mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-19 10:53:11 +09:00
Issue #2488 - Part 4: Remove the RestyleManagerHandle smart pointer class
This commit is contained in:
parent
4bf43b8fb4
commit
6803c1f710
24 changed files with 55 additions and 414 deletions
|
|
@ -5,8 +5,7 @@
|
|||
|
||||
#include "mozilla/AnimationCollection.h"
|
||||
|
||||
#include "mozilla/RestyleManagerHandle.h"
|
||||
#include "mozilla/RestyleManagerHandleInlines.h"
|
||||
#include "mozilla/RestyleManager.h"
|
||||
#include "nsAnimationManager.h" // For dom::CSSAnimation
|
||||
#include "nsPresContext.h"
|
||||
#include "nsTransitionManager.h" // For dom::CSSTransition
|
||||
|
|
@ -138,7 +137,7 @@ AnimationCollection<AnimationType>::UpdateCheckGeneration(
|
|||
nsPresContext* aPresContext)
|
||||
{
|
||||
mCheckGeneration =
|
||||
aPresContext->RestyleManager()->AsGecko()->GetAnimationGeneration();
|
||||
aPresContext->RestyleManager()->GetAnimationGeneration();
|
||||
}
|
||||
|
||||
template<class AnimationType>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue