Bug 1334358 - Remove nsCSSFrameConstructor::CreateAnonymousFrames

Tag #1375
This commit is contained in:
Matt A. Tobin 2020-04-14 23:27:56 -04:00 committed by Roy Tam
commit 5b8f93694a
5 changed files with 49 additions and 90 deletions

View file

@ -1440,12 +1440,6 @@ private:
nsFrameItems& aFrameItems);
static bool AtLineBoundary(FCItemIterator& aIter);
nsresult CreateAnonymousFrames(nsFrameConstructorState& aState,
nsIContent* aParent,
nsContainerFrame* aParentFrame,
PendingBinding* aPendingBinding,
nsFrameItems& aChildItems);
nsresult GetAnonymousContent(nsIContent* aParent,
nsIFrame* aParentFrame,
nsTArray<nsIAnonymousContentCreator::ContentInfo>& aAnonContent);