| Index: third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5
|
| diff --git a/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5 b/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5
|
| index 0dcb87134da0131cd250b6cca513c324f9f61b7d..69a126614941db96b394821863db13b4cc0223aa 100644
|
| --- a/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5
|
| +++ b/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5
|
| @@ -915,6 +915,12 @@
|
| status: "test",
|
| },
|
| {
|
| + name: "WebVRExperimentalRendering",
|
| + // Don't mark this as depends_on: ["WebVR"], we want to be able to turn
|
| + // it on for just origin trial sites where the dependency is unset.
|
| + status: "experimental",
|
| + },
|
| + {
|
| name: "WebVTTRegions",
|
| status: "experimental",
|
| },
|
|
|