Bug 1678373 - Rename chrome-only telemetry counter attributes to distinguish audio and video. r=alwu,webidl,emilio
Differential Revision: https://phabricator.services.mozilla.com/D125083
This commit is contained in:
@@ -2081,8 +2081,8 @@ bool HTMLMediaElement::IsVideoDecodingSuspended() const {
|
||||
return mDecoder && mDecoder->IsVideoDecodingSuspended();
|
||||
}
|
||||
|
||||
double HTMLMediaElement::TotalPlayTime() const {
|
||||
return mDecoder ? mDecoder->GetTotalPlayTimeInSeconds() : -1.0;
|
||||
double HTMLMediaElement::TotalVideoPlayTime() const {
|
||||
return mDecoder ? mDecoder->GetTotalVideoPlayTimeInSeconds() : -1.0;
|
||||
}
|
||||
|
||||
double HTMLMediaElement::VisiblePlayTime() const {
|
||||
|
||||
Reference in New Issue
Block a user