diff options
Diffstat (limited to 'third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in')
| -rw-r--r-- | third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in b/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in index b12c39f..ee44457 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 |
