Bug 1277129 Part 1c - Rename nsHTMLReflowState to ReflowInput. r=dbaron
This patch is generated by the following script:
function rename() {
find .\
-type f\
! -path "./obj*"\
! -path "./.git"\
! -path "./.hg"\
\( -name "*.cpp" -or\
-name "*.h" \)\
-exec sed -i -e "s/$1/$2/g" "{}" \;
}
rename nsHTMLReflowState ReflowInput
MozReview-Commit-ID: 9r9vdVv1pXc
This commit is contained in:
@@ -106,7 +106,7 @@ nsNumberControlFrame::GetPrefISize(nsRenderingContext* aRenderingContext)
|
||||
void
|
||||
nsNumberControlFrame::Reflow(nsPresContext* aPresContext,
|
||||
nsHTMLReflowMetrics& aDesiredSize,
|
||||
const nsHTMLReflowState& aReflowState,
|
||||
const ReflowInput& aReflowState,
|
||||
nsReflowStatus& aStatus)
|
||||
{
|
||||
MarkInReflow();
|
||||
@@ -162,7 +162,7 @@ nsNumberControlFrame::Reflow(nsPresContext* aPresContext,
|
||||
LogicalSize availSize = aReflowState.ComputedSize(wrapperWM);
|
||||
availSize.BSize(wrapperWM) = NS_UNCONSTRAINEDSIZE;
|
||||
|
||||
nsHTMLReflowState wrapperReflowState(aPresContext, aReflowState,
|
||||
ReflowInput wrapperReflowState(aPresContext, aReflowState,
|
||||
outerWrapperFrame, availSize);
|
||||
|
||||
// Convert wrapper margin into my own writing-mode (in case it differs):
|
||||
|
||||
Reference in New Issue
Block a user