From 528abd534ef3e785d4a926a235e58f5c5179aef5 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Wed, 29 Apr 2020 12:36:53 +0000 Subject: Issue #80 - De-unify layout/base --- layout/base/RestyleManager.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'layout/base/RestyleManager.h') diff --git a/layout/base/RestyleManager.h b/layout/base/RestyleManager.h index e22fe9058..4886d77bc 100644 --- a/layout/base/RestyleManager.h +++ b/layout/base/RestyleManager.h @@ -191,6 +191,7 @@ public: MOZ_ASSERT(false, "unexpected aPseudoType"); return nullptr; } + private: RestyleManager* mRestyleManager; AutoRestore mRestorePointer; @@ -880,6 +881,11 @@ private: AutoTArray mAncestors; }; +dom::Element* +ElementForStyleContext(nsIContent* aParentContent, + nsIFrame* aFrame, + CSSPseudoElementType aPseudoType); + } // namespace mozilla #endif /* mozilla_RestyleManager_h */ -- cgit v1.2.3