| Index: third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/Deprecation.cpp b/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| index 0a45ad7f9e44ddfce04e38314bb39c002ad42801..5166ee99483f91d2e9ca69124357a7b046e1c3c2 100644
|
| --- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| @@ -424,6 +424,14 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature) {
|
| "Please specify the desired codec(s) as part of the contentType.",
|
| milestoneString(M58));
|
|
|
| + case UseCounter::EncryptedMediaCapabilityNotProvided:
|
| + return String::format(
|
| + "EME requires that one of 'audioCapabilities' and "
|
| + "'videoCapabilities' must be non-empty. Non-standard support for "
|
| + "this will be removed in %s. Please specify at least one valid "
|
| + "capability for 'audioCapabilities' or 'videoCapabilities'.",
|
| + milestoneString(M58));
|
| +
|
| case UseCounter::VRDeprecatedFieldOfView:
|
| return replacedBy("VREyeParameters.fieldOfView",
|
| "projection matrices provided by VRFrameData");
|
|
|