| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index 4ad1e3dcaaedb8038f441262e6d6a8e2a515bae7..5a9eb19596508f67e485c4e4a355de1dd707d3be 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -168,8 +168,11 @@
|
| if (command_line.HasSwitch(switches::kEnableUnsafeES3APIs))
|
| WebRuntimeFeatures::enableUnsafeES3APIs(true);
|
|
|
| - if (command_line.HasSwitch(switches::kEnableWebVR))
|
| + if (command_line.HasSwitch(switches::kEnableWebVR)) {
|
| WebRuntimeFeatures::enableWebVR(true);
|
| + WebRuntimeFeatures::enableFeatureFromString(
|
| + std::string("GeometryInterfaces"), true);
|
| + }
|
|
|
| if (command_line.HasSwitch(switches::kDisablePresentationAPI))
|
| WebRuntimeFeatures::enablePresentationAPI(false);
|
|
|