Bug 1813584 - Use fine grained RFP for CubebUtils::PreferredSampleRate. r=media-playback-reviewers,alwu
Differential Revision: https://phabricator.services.mozilla.com/D168523
This commit is contained in:
@@ -6306,6 +6306,10 @@ bool HTMLMediaElement::HadCrossOriginRedirects() {
|
||||
return false;
|
||||
}
|
||||
|
||||
bool HTMLMediaElement::ShouldResistFingerprinting() const {
|
||||
return OwnerDoc()->ShouldResistFingerprinting();
|
||||
}
|
||||
|
||||
already_AddRefed<nsIPrincipal> HTMLMediaElement::GetCurrentVideoPrincipal() {
|
||||
if (mDecoder) {
|
||||
return mDecoder->GetCurrentPrincipal();
|
||||
|
||||
Reference in New Issue
Block a user