| commit | c7bca1b6d8619ba124b6f0fa13f85bd3f3e56445 | [log] [tgz] | 
|---|---|---|
| author | Xianzhu Wang <wangxianzhu@chromium.org> | Sat Oct 17 01:25:22 2020 | 
| committer | Commit Bot <commit-bot@chromium.org> | Sat Oct 17 01:25:22 2020 | 
| tree | f230245caf1d83880eed1c270b623fc088dd788d | |
| parent | 4528444c43cb53a93043abac800aace2bd0565a0 [diff] | 
Demote CompositeSVG to experimental We still have several bugs about transform animation to fix. TBR=wangxianzhu@chromium.org (cherry picked from commit 914c047313f7dbb8122aa27158dbba9b30140975) Bug: 1101002 Change-Id: I8ca37e70fd0391ee3b43c5e63e3436b810e169c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2471817 Reviewed-by: Philip Rogers <pdr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Original-Commit-Position: refs/heads/master@{#817219} Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2482325 Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/branch-heads/4280@{#460} Cr-Branched-From: ea420fb963f9658c9969b6513c56b8f47efa1a2a-refs/heads/master@{#812852}
diff --git a/third_party/blink/renderer/platform/runtime_enabled_features.json5 b/third_party/blink/renderer/platform/runtime_enabled_features.json5 index b498d0cc..47c483b7 100644 --- a/third_party/blink/renderer/platform/runtime_enabled_features.json5 +++ b/third_party/blink/renderer/platform/runtime_enabled_features.json5
@@ -336,7 +336,7 @@ }, { name: "CompositeSVG", - status: "stable" + status: "experimental", }, { name: "CompositingOptimizations",