Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(416)

Unified Diff: third_party/WebKit/Source/core/frame/Deprecation.cpp

Issue 2777903008: Removed deprecated WebVR functionality (Closed)
Patch Set: Another test re-baseline Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698