summaryrefslogtreecommitdiffstats
path: root/layout/base/RestyleManager.cpp
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-04-29 12:36:53 +0000
committerMoonchild <moonchild@palemoon.org>2020-04-29 12:36:53 +0000
commitad0a976f2d276215d1f159d1aee9553bd7ad32cd (patch)
tree63211bffe1f68d4c6977c9f01c29d4ac5762864c /layout/base/RestyleManager.cpp
parentf1f9fdabf129e15b8fd5be7d93f61533617fed2e (diff)
downloadUXP-ad0a976f2d276215d1f159d1aee9553bd7ad32cd.tar
UXP-ad0a976f2d276215d1f159d1aee9553bd7ad32cd.tar.gz
UXP-ad0a976f2d276215d1f159d1aee9553bd7ad32cd.tar.lz
UXP-ad0a976f2d276215d1f159d1aee9553bd7ad32cd.tar.xz
UXP-ad0a976f2d276215d1f159d1aee9553bd7ad32cd.zip
Issue #80 - De-unify layout/base
Diffstat (limited to 'layout/base/RestyleManager.cpp')
-rw-r--r--layout/base/RestyleManager.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/layout/base/RestyleManager.cpp b/layout/base/RestyleManager.cpp
index 5c599e1ef..9e80ef7bc 100644
--- a/layout/base/RestyleManager.cpp
+++ b/layout/base/RestyleManager.cpp
@@ -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)