From 20726b50dcf006eb440f8eeac86c308ee76e152c Mon Sep 17 00:00:00 2001 From: kipp Date: Tue, 30 Jun 1998 20:13:07 +0000 Subject: [PATCH] Added aReflowCommand argument so that inline frames can properly determine what is triggering the TextRun discovery and properly avoid (or not avoid) creating new frames git-svn-id: svn://10.0.0.236/trunk@4723 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/css/layout/public/nsIInlineReflow.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mozilla/layout/css/layout/public/nsIInlineReflow.h b/mozilla/layout/css/layout/public/nsIInlineReflow.h index 91951327dab..fdab1f0e62f 100644 --- a/mozilla/layout/css/layout/public/nsIInlineReflow.h +++ b/mozilla/layout/css/layout/public/nsIInlineReflow.h @@ -36,7 +36,8 @@ public: * missing child frames before proceeding (e.g. when a tree * containing inlines is appended/inserted into a block container */ - NS_IMETHOD FindTextRuns(nsCSSLineLayout& aLineLayout) = 0; + NS_IMETHOD FindTextRuns(nsCSSLineLayout& aLineLayout, + nsIReflowCommand* aReflowCommand) = 0; /** * InlineReflow method. See below for how to interpret the return value.