| 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 b12c39f384a5cf46263c32b796b2a467ec539dd9..ee44457a7a14fabb62bcd557af78967bcb823c44 100644
|
| --- a/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in
|
| +++ b/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in
|
| @@ -184,6 +184,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
|
|
|