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:
Ting-Yu Lin
2016-07-21 18:36:35 +08:00
parent 216cc0ba39
commit 10912a51e3
160 changed files with 686 additions and 686 deletions

View File

@@ -822,7 +822,7 @@ nsMathMLmtableWrapperFrame::GetRowFrameAt(int32_t aRowIndex)
void
nsMathMLmtableWrapperFrame::Reflow(nsPresContext* aPresContext,
nsHTMLReflowMetrics& aDesiredSize,
const nsHTMLReflowState& aReflowState,
const ReflowInput& aReflowState,
nsReflowStatus& aStatus)
{
nsAutoString value;
@@ -1317,7 +1317,7 @@ nsMathMLmtdInnerFrame::~nsMathMLmtdInnerFrame()
void
nsMathMLmtdInnerFrame::Reflow(nsPresContext* aPresContext,
nsHTMLReflowMetrics& aDesiredSize,
const nsHTMLReflowState& aReflowState,
const ReflowInput& aReflowState,
nsReflowStatus& aStatus)
{
// Let the base class do the reflow