Commit 5ca87ba8 authored by Raymond Toy's avatar Raymond Toy Committed by Commit Bot

Change milestone to M71 instead M70 for media element of OAC

Just update the messages to say M71 for when the media element nodes
will be removed from an OfflineAudioContext, as required by the
WebAudio spec.  We're still gathering some UMA stats on this.

Intent: https://groups.google.com/a/chromium.org/d/msg/blink-dev/H29uXnsIN54/BKXDqxoJAQAJ
Chrome feature entry: https://www.chromestatus.com/feature/5258622686724096

Bug: 845913
Change-Id: Id6b5803533a96bca509d4b5b2b8c4dd2d8ecd7a3
Reviewed-on: https://chromium-review.googlesource.com/1194737Reviewed-by: default avatarHongchan Choi <hongchan@chromium.org>
Reviewed-by: default avatarNate Chapin <japhet@chromium.org>
Commit-Queue: Raymond Toy <rtoy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#587883}
parent f1928dca
...@@ -562,23 +562,23 @@ DeprecationInfo GetDeprecationInfo(WebFeature feature) { ...@@ -562,23 +562,23 @@ DeprecationInfo GetDeprecationInfo(WebFeature feature) {
"5701042356355072")}; "5701042356355072")};
case WebFeature::kMediaElementSourceOnOfflineContext: case WebFeature::kMediaElementSourceOnOfflineContext:
return {"MediaElementAudioSourceNode", kM70, return {"MediaElementAudioSourceNode", kM71,
WillBeRemoved("Creating a MediaElementAudioSourceNode on an " WillBeRemoved("Creating a MediaElementAudioSourceNode on an "
"OfflineAudioContext", "OfflineAudioContext",
kM70, "5258622686724096")}; kM71, "5258622686724096")};
case WebFeature::kMediaStreamDestinationOnOfflineContext: case WebFeature::kMediaStreamDestinationOnOfflineContext:
return {"MediaStreamAudioDestinationNode", kM70, return {"MediaStreamAudioDestinationNode", kM71,
WillBeRemoved("Creating a MediaStreamAudioDestinationNode on an " WillBeRemoved("Creating a MediaStreamAudioDestinationNode on an "
"OfflineAudioContext", "OfflineAudioContext",
kM70, "5258622686724096")}; kM71, "5258622686724096")};
case WebFeature::kMediaStreamSourceOnOfflineContext: case WebFeature::kMediaStreamSourceOnOfflineContext:
return { return {
"MediaStreamAudioSourceNode", kM70, "MediaStreamAudioSourceNode", kM71,
WillBeRemoved( WillBeRemoved(
"Creating a MediaStreamAudioSourceNode on an OfflineAudioContext", "Creating a MediaStreamAudioSourceNode on an OfflineAudioContext",
kM70, "5258622686724096")}; kM71, "5258622686724096")};
case WebFeature::kRTCDataChannelInitMaxRetransmitTime: case WebFeature::kRTCDataChannelInitMaxRetransmitTime:
return {"RTCDataChannelInitMaxRetransmitTime", kM70, return {"RTCDataChannelInitMaxRetransmitTime", kM70,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment