| 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 9213e5c33b24c9d4cfad196057eea19e9487a717..a5092e4c9ee8b33ff2efaa40f9c643d455a5cfc6 100644
|
| --- a/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in
|
| +++ b/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in
|
| @@ -19,6 +19,9 @@
|
| //
|
| // condition=ENABLE_NAME is used for wrapping features in compile-time
|
| // #if ENABLE(FEATURE) guards. These are deprecated and should all be removed.
|
| +//
|
| +// api_name=API_NAME is used to enable the feature through the experimental framework, so that the feature can be
|
| +// enabled at runtime on a per-page basis through a signed API key for the corresponding API name.
|
|
|
| AdditiveAnimations status=experimental, depends_on=StackedCSSPropertyAnimations
|
| AppBanner status=stable
|
|
|