Bug 1774904 - Remove SetTruncated in ReflowInput.h. r=dholbert
SetTruncated was moved into nsReflowStatus in Bug 775624 Part 10a https://hg.mozilla.org/mozilla-central/rev/3ea22e82b7a1b493f2f31e52ed310e6288fd9a91, so let's remove the unused declarations in ReflowInput.h. Differential Revision: https://phabricator.services.mozilla.com/D149686
This commit is contained in:
@@ -835,9 +835,6 @@ struct ReflowInput : public SizeComputationInput {
|
||||
ComputedBSize() = aComputedBSize;
|
||||
}
|
||||
|
||||
void SetTruncated(const ReflowOutput& aMetrics,
|
||||
nsReflowStatus* aStatus) const;
|
||||
|
||||
bool WillReflowAgainForClearance() const {
|
||||
return mDiscoveredClearance && *mDiscoveredClearance;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user