summaryrefslogtreecommitdiffstats
path: root/layout/base/nsCSSFrameConstructor.h
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-04-17 07:21:26 -0400
committerMatt A. Tobin <email@mattatobin.com>2020-04-17 07:21:26 -0400
commite5ca4ada9988eb4c2f1b16e85aae212ad350c823 (patch)
tree3461b5120c03fe5c886556d57dd855d156a3fe21 /layout/base/nsCSSFrameConstructor.h
parent03a898fca75d1fae1e33b8d2f01bc4a18050e295 (diff)
downloadUXP-e5ca4ada9988eb4c2f1b16e85aae212ad350c823.tar
UXP-e5ca4ada9988eb4c2f1b16e85aae212ad350c823.tar.gz
UXP-e5ca4ada9988eb4c2f1b16e85aae212ad350c823.tar.lz
UXP-e5ca4ada9988eb4c2f1b16e85aae212ad350c823.tar.xz
UXP-e5ca4ada9988eb4c2f1b16e85aae212ad350c823.zip
Bug 1415538 - Remove dead frame construction code (InsertFirstLineFrames)
Tag #1375
Diffstat (limited to 'layout/base/nsCSSFrameConstructor.h')
-rw-r--r--layout/base/nsCSSFrameConstructor.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/layout/base/nsCSSFrameConstructor.h b/layout/base/nsCSSFrameConstructor.h
index 8c565cb02..0de00a90c 100644
--- a/layout/base/nsCSSFrameConstructor.h
+++ b/layout/base/nsCSSFrameConstructor.h
@@ -1955,13 +1955,6 @@ private:
nsContainerFrame* aBlockFrame,
nsFrameItems& aFrameItems);
- void InsertFirstLineFrames(nsFrameConstructorState& aState,
- nsIContent* aContent,
- nsIFrame* aBlockFrame,
- nsContainerFrame** aParentFrame,
- nsIFrame* aPrevSibling,
- nsFrameItems& aFrameItems);
-
// The direction in which we should look for siblings.
enum class SiblingDirection
{