diff --git a/layout/css/layout/public/nsIInlineReflow.h b/layout/css/layout/public/nsIInlineReflow.h index 91951327dab8..fdab1f0e62fb 100644 --- a/layout/css/layout/public/nsIInlineReflow.h +++ b/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.