Chromium Code Reviews| Index: third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in |
| diff --git a/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in b/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in |
| index a1a27b1ca3a268e5cd8b0c9b2d53072913fbbc50..bc5f06f551fe014a0396a6a745737c83fa9fdc60 100644 |
| --- a/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in |
| +++ b/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in |
| @@ -250,6 +250,7 @@ WebGLDraftExtensions status=experimental |
| WebGLImageChromium |
| WebUSB status=experimental, origin_trial_feature_name=WebUSB |
| WebVR origin_trial_feature_name=WebVR |
| +WebVrRequiresUserGesture status=stable |
|
haraken
2016/12/01 01:19:17
Oh, you need to add "status=stable" to make your C
kinuko
2016/12/01 02:22:02
If the flag is not about feature stability but for
|
| WebVTTRegions status=experimental |
| V8BasedStructuredClone status=stable |
| V8IdleTasks |
| @@ -270,4 +271,4 @@ LazyParseCSS status=experimental |
| ParseHTMLOnMainThread status=test |
| SendBeaconThrowForBlobWithNonSimpleType status=experimental |
| PerformanceNavigationTiming2 status=test |
| -BackgroundVideoTrackOptimization status=stable |
| +BackgroundVideoTrackOptimization status=stable |