mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 15:58:39 +09:00
Issue #80 - De-unify layout/base
This commit is contained in:
parent
e1b11805a7
commit
118743b970
12 changed files with 43 additions and 15 deletions
|
|
@ -241,11 +241,6 @@ RestyleManager::AnimationsWithDestroyedFrame::StopAnimationsWithoutFrame(
|
|||
}
|
||||
}
|
||||
|
||||
static inline dom::Element*
|
||||
ElementForStyleContext(nsIContent* aParentContent,
|
||||
nsIFrame* aFrame,
|
||||
CSSPseudoElementType aPseudoType);
|
||||
|
||||
// Forwarded nsIDocumentObserver method, to handle restyling (and
|
||||
// passing the notification to the frame).
|
||||
void
|
||||
|
|
@ -1009,7 +1004,7 @@ RestyleManager::TryInitiatingTransition(nsPresContext* aPresContext,
|
|||
return *aNewStyleContext != sc;
|
||||
}
|
||||
|
||||
static dom::Element*
|
||||
dom::Element*
|
||||
ElementForStyleContext(nsIContent* aParentContent,
|
||||
nsIFrame* aFrame,
|
||||
CSSPseudoElementType aPseudoType)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue