Removed obsolete justify-reflow method
git-svn-id: svn://10.0.0.236/trunk@4570 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -387,16 +387,6 @@ public:
|
||||
NS_IMETHOD DidReflow(nsIPresContext& aPresContext,
|
||||
nsDidReflowStatus aStatus) = 0;
|
||||
|
||||
/**
|
||||
* Post-processing reflow method invoked when justification is enabled.
|
||||
* This is always called after Reflow()
|
||||
*
|
||||
* @param aAvailableSpace The amount of available space that the frame
|
||||
* should distribute internally.
|
||||
*/
|
||||
NS_IMETHOD JustifyReflow(nsIPresContext* aPresContext,
|
||||
nscoord aAvailableSpace) = 0;
|
||||
|
||||
/**
|
||||
* This call is invoked when content is appended to the content tree.
|
||||
*
|
||||
|
||||
@@ -1077,12 +1077,6 @@ NS_METHOD nsFrame::Reflow(nsIPresContext* aPresContext,
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_METHOD nsFrame::JustifyReflow(nsIPresContext* aPresContext,
|
||||
nscoord aAvailableSpace)
|
||||
{
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_METHOD nsFrame::ContentAppended(nsIPresShell* aShell,
|
||||
nsIPresContext* aPresContext,
|
||||
nsIContent* aContainer)
|
||||
|
||||
@@ -150,8 +150,6 @@ public:
|
||||
nsReflowMetrics& aDesiredSize,
|
||||
const nsReflowState& aReflowState,
|
||||
nsReflowStatus& aStatus);
|
||||
NS_IMETHOD JustifyReflow(nsIPresContext* aPresContext,
|
||||
nscoord aAvailableSpace);
|
||||
NS_IMETHOD ContentAppended(nsIPresShell* aShell,
|
||||
nsIPresContext* aPresContext,
|
||||
nsIContent* aContainer);
|
||||
|
||||
@@ -387,16 +387,6 @@ public:
|
||||
NS_IMETHOD DidReflow(nsIPresContext& aPresContext,
|
||||
nsDidReflowStatus aStatus) = 0;
|
||||
|
||||
/**
|
||||
* Post-processing reflow method invoked when justification is enabled.
|
||||
* This is always called after Reflow()
|
||||
*
|
||||
* @param aAvailableSpace The amount of available space that the frame
|
||||
* should distribute internally.
|
||||
*/
|
||||
NS_IMETHOD JustifyReflow(nsIPresContext* aPresContext,
|
||||
nscoord aAvailableSpace) = 0;
|
||||
|
||||
/**
|
||||
* This call is invoked when content is appended to the content tree.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user