Bug 1807215 - Make the intrinsic size arg in MediaDecoderOwner::Invalidate a const ref. r=padenot
Differential Revision: https://phabricator.services.mozilla.com/D174083
This commit is contained in:
@@ -6339,7 +6339,7 @@ void HTMLMediaElement::NotifyDecoderPrincipalChanged() {
|
||||
}
|
||||
|
||||
void HTMLMediaElement::Invalidate(bool aImageSizeChanged,
|
||||
Maybe<nsIntSize>& aNewIntrinsicSize,
|
||||
const Maybe<nsIntSize>& aNewIntrinsicSize,
|
||||
bool aForceInvalidate) {
|
||||
nsIFrame* frame = GetPrimaryFrame();
|
||||
if (aNewIntrinsicSize) {
|
||||
|
||||
Reference in New Issue
Block a user