summaryrefslogtreecommitdiffstats
path: root/layout/generic/nsInlineFrame.h
diff options
context:
space:
mode:
Diffstat (limited to 'layout/generic/nsInlineFrame.h')
-rw-r--r--layout/generic/nsInlineFrame.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/layout/generic/nsInlineFrame.h b/layout/generic/nsInlineFrame.h
index a9679e93f..36df6be93 100644
--- a/layout/generic/nsInlineFrame.h
+++ b/layout/generic/nsInlineFrame.h
@@ -179,11 +179,9 @@ private:
/**
* Move any frames on our overflow list to the end of our principal list.
* @param aFlags one or more of the above DrainFlags
- * @param aLineContainer the nearest line container ancestor
* @return true if there were any overflow frames
*/
- bool DrainSelfOverflowListInternal(DrainFlags aFlags,
- nsIFrame* aLineContainer);
+ bool DrainSelfOverflowListInternal(DrainFlags aFlags);
protected:
nscoord mBaseline;
};