| 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 efdc481dfc8899178b3e40a6bd80de5f78e87b46..649148db99fd2a6cd34cb07a9b2ca0bd7728d893 100644
|
| --- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| @@ -483,6 +483,13 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature) {
|
| case UseCounter::PaymentAddressCareOf:
|
| return willBeRemoved("PaymentAddress.careOf", M56, "5728579069411328");
|
|
|
| + case UseCounter::VRDeprecatedFieldOfView:
|
| + return replacedBy("VREyeParameters.fieldOfView",
|
| + "projection matrices provided by VRFrameData");
|
| +
|
| + case UseCounter::VRDeprecatedGetPose:
|
| + return replacedBy("VRDisplay.getPose()", "VRDisplay.getFrameData()");
|
| +
|
| // Features that aren't deprecated don't have a deprecation message.
|
| default:
|
| return String();
|
|
|