diff options
author | Moonchild <moonchild@palemoon.org> | 2020-04-29 12:36:53 +0000 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-05-06 19:05:49 +0200 |
commit | 528abd534ef3e785d4a926a235e58f5c5179aef5 (patch) | |
tree | 67d848fa3880b5761ebf26fddf397dbe16880730 /layout/base/RestyleManager.cpp | |
parent | 519030e688dd7075a7cd9f14dd6fb9e210b5a689 (diff) | |
download | UXP-528abd534ef3e785d4a926a235e58f5c5179aef5.tar UXP-528abd534ef3e785d4a926a235e58f5c5179aef5.tar.gz UXP-528abd534ef3e785d4a926a235e58f5c5179aef5.tar.lz UXP-528abd534ef3e785d4a926a235e58f5c5179aef5.tar.xz UXP-528abd534ef3e785d4a926a235e58f5c5179aef5.zip |
Issue #80 - De-unify layout/base
Diffstat (limited to 'layout/base/RestyleManager.cpp')
-rw-r--r-- | layout/base/RestyleManager.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/layout/base/RestyleManager.cpp b/layout/base/RestyleManager.cpp index 124b5535e..a5a4e1237 100644 --- a/layout/base/RestyleManager.cpp +++ b/layout/base/RestyleManager.cpp @@ -239,11 +239,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). nsresult @@ -1008,7 +1003,7 @@ RestyleManager::TryInitiatingTransition(nsPresContext* aPresContext, return *aNewStyleContext != sc; } -static dom::Element* +dom::Element* ElementForStyleContext(nsIContent* aParentContent, nsIFrame* aFrame, CSSPseudoElementType aPseudoType) |