summaryrefslogtreecommitdiff
path: root/layout/generic
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-04-14 23:27:56 -0400
committerMatt A. Tobin <email@mattatobin.com>2020-04-14 23:27:56 -0400
commit4e2b4b9bc7da70c41cf2eb6699f3d3038022c373 (patch)
treeaa9264d2049b1c14f81364ea492f1a2f005f8980 /layout/generic
parente215bfbb802a4c854aa7323c698ea5dff4045e25 (diff)
downloaduxp-4e2b4b9bc7da70c41cf2eb6699f3d3038022c373.tar.gz
Bug 1334358 - Remove nsCSSFrameConstructor::CreateAnonymousFrames
Tag #1375
Diffstat (limited to 'layout/generic')
-rw-r--r--layout/generic/nsHTMLParts.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/layout/generic/nsHTMLParts.h b/layout/generic/nsHTMLParts.h
index 89a7a6edde..243c432b2f 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);