зеркало из https://github.com/mozilla/gecko-dev.git
Fix build bustage.
This commit is contained in:
Родитель
9c85e83202
Коммит
4c25116d9f
|
@ -359,13 +359,6 @@ nsImageFrame::Reflow(nsIPresContext* aPresContext,
|
|||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsImageFrame::CanContinueTextRun(PRBool& aContinueTextRun) const
|
||||
{
|
||||
aContinueTextRun = PR_TRUE;
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
// Computes the width of the specified string. aMaxWidth specifies the maximum
|
||||
// width available. Once this limit is reached no more characters are measured.
|
||||
// The number of characters that fit within the maximum width are returned in
|
||||
|
|
|
@ -359,13 +359,6 @@ nsImageFrame::Reflow(nsIPresContext* aPresContext,
|
|||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsImageFrame::CanContinueTextRun(PRBool& aContinueTextRun) const
|
||||
{
|
||||
aContinueTextRun = PR_TRUE;
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
// Computes the width of the specified string. aMaxWidth specifies the maximum
|
||||
// width available. Once this limit is reached no more characters are measured.
|
||||
// The number of characters that fit within the maximum width are returned in
|
||||
|
|
Загрузка…
Ссылка в новой задаче