From d0641d5c594bc7f7bc8f8113e8538ff8a4f73587 Mon Sep 17 00:00:00 2001 From: kipp Date: Thu, 4 Jun 1998 05:49:45 +0000 Subject: [PATCH] Fixed another GetDesiredSize case that troy missed --- layout/html/forms/src/nsInputText.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/layout/html/forms/src/nsInputText.cpp b/layout/html/forms/src/nsInputText.cpp index 6f77e1c29271..2291710872bd 100644 --- a/layout/html/forms/src/nsInputText.cpp +++ b/layout/html/forms/src/nsInputText.cpp @@ -55,7 +55,6 @@ protected: virtual void GetDesiredSize(nsIPresContext* aPresContext, const nsReflowState& aReflowState, - const nsSize& aMaxSize, nsReflowMetrics& aDesiredLayoutSize, nsSize& aDesiredWidgetSize); }; @@ -111,7 +110,6 @@ nsInputTextFrame::GetTextType() void nsInputTextFrame::GetDesiredSize(nsIPresContext* aPresContext, const nsReflowState& aReflowState, - const nsSize& aMaxSize, nsReflowMetrics& aDesiredLayoutSize, nsSize& aDesiredWidgetSize) {