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 a4a8d431dbc5867f530803e689a0b5036a55a00b..5de1b1284ffe90743f4d718e5e0eeb9ee1159c6f 100644 |
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp |
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp |
@@ -371,12 +371,9 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature) { |
case UseCounter::CSSSelectorPseudoShadow: |
return willBeRemoved("::shadow pseudo-element", M60, "6750456638341120"); |
- case UseCounter::VRDeprecatedFieldOfView: |
- return replacedBy("VREyeParameters.fieldOfView", |
- "projection matrices provided by VRFrameData"); |
- |
- case UseCounter::VRDeprecatedGetPose: |
- return replacedBy("VRDisplay.getPose()", "VRDisplay.getFrameData()"); |
+ case UseCounter::VREyeParametersOffset: |
+ return replacedBy("VREyeParameters.offset", |
+ "view matrices provided by VRFrameData"); |
case UseCounter:: |
ServiceWorkerRespondToNavigationRequestWithRedirectedResponse: |