| 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 e86bfc123fb638e778cf6ff1447779d3a9c97de1..dfe14738f424d18b9621fafd06ae2136e47e3aa1 100644
|
| --- a/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in
|
| +++ b/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in
|
| @@ -180,6 +180,10 @@ SlimmingPaintInvalidation
|
| SlimmingPaintV2
|
| SlimmingPaintStrictCullRectClipping
|
| SlimmingPaintUnderInvalidationChecking
|
| +// Used as argument in attribute of stable-release functions/interfaces where
|
| +// a runtime-enabled feature name is required for correct IDL syntax.
|
| +// This is a global flag; do not change its status.
|
| +StableBlinkFeatures status=stable
|
| StackedCSSPropertyAnimations status=experimental
|
| StyleSharing status=stable
|
| StyleMatchedPropertiesCache status=stable
|
|
|