diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-04-14 23:27:56 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-04-14 23:27:56 -0400 |
commit | 4e2b4b9bc7da70c41cf2eb6699f3d3038022c373 (patch) | |
tree | aa9264d2049b1c14f81364ea492f1a2f005f8980 /layout/generic | |
parent | e215bfbb802a4c854aa7323c698ea5dff4045e25 (diff) | |
download | UXP-4e2b4b9bc7da70c41cf2eb6699f3d3038022c373.tar UXP-4e2b4b9bc7da70c41cf2eb6699f3d3038022c373.tar.gz UXP-4e2b4b9bc7da70c41cf2eb6699f3d3038022c373.tar.lz UXP-4e2b4b9bc7da70c41cf2eb6699f3d3038022c373.tar.xz UXP-4e2b4b9bc7da70c41cf2eb6699f3d3038022c373.zip |
Bug 1334358 - Remove nsCSSFrameConstructor::CreateAnonymousFrames
Tag #1375
Diffstat (limited to 'layout/generic')
-rw-r--r-- | layout/generic/nsHTMLParts.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/layout/generic/nsHTMLParts.h b/layout/generic/nsHTMLParts.h index 89a7a6edd..243c432b2 100644 --- a/layout/generic/nsHTMLParts.h +++ b/layout/generic/nsHTMLParts.h @@ -11,6 +11,7 @@ #include "nscore.h" #include "nsISupports.h" #include "nsIFrame.h" +class nsComboboxControlFrame; class nsIAtom; class nsNodeInfoManager; class nsIContent; @@ -161,7 +162,7 @@ nsIFrame* NS_NewNativeSelectControlFrame(nsIPresShell* aPresShell, nsStyleContext* aContext); nsContainerFrame* NS_NewListControlFrame(nsIPresShell* aPresShell, nsStyleContext* aContext); -nsContainerFrame* +nsComboboxControlFrame* NS_NewComboboxControlFrame(nsIPresShell* aPresShell, nsStyleContext* aContext, nsFrameState aFlags); nsIFrame* NS_NewProgressFrame(nsIPresShell* aPresShell, nsStyleContext* aContext); |