Commit fdfcbbe9 authored by Steve Kobes's avatar Steve Kobes Committed by Commit Bot

Mark LayoutShiftAttribution REF stable.

Intent to ship: bit.ly/clssesi2s

Bug: 1053510
Change-Id: Ibd24c3f11c08c71c3e83eb6f2ae1749f13170202
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2197557Reviewed-by: default avatarNicolás Peña Moreno <npm@chromium.org>
Reviewed-by: default avatarYoav Weiss <yoavweiss@chromium.org>
Commit-Queue: Steve Kobes <skobes@chromium.org>
Cr-Commit-Position: refs/heads/master@{#768982}
parent 3a2e45dc
...@@ -983,7 +983,7 @@ ...@@ -983,7 +983,7 @@
// Adds the "sources" attribute to the LayoutShift interface for the // Adds the "sources" attribute to the LayoutShift interface for the
// Layout Instability API (bit.ly/cls-sources). // Layout Instability API (bit.ly/cls-sources).
name: "LayoutShiftAttribution", name: "LayoutShiftAttribution",
status: "experimental", status: "stable",
}, },
{ {
name: "LazyFrameLoading", name: "LazyFrameLoading",
......
...@@ -4085,9 +4085,17 @@ interface LayoutShift : PerformanceEntry ...@@ -4085,9 +4085,17 @@ interface LayoutShift : PerformanceEntry
attribute @@toStringTag attribute @@toStringTag
getter hadRecentInput getter hadRecentInput
getter lastInputTime getter lastInputTime
getter sources
getter value getter value
method constructor method constructor
method toJSON method toJSON
interface LayoutShiftAttribution
attribute @@toStringTag
getter currentRect
getter node
getter previousRect
method constructor
method toJSON
interface LinearAccelerationSensor : Accelerometer interface LinearAccelerationSensor : Accelerometer
attribute @@toStringTag attribute @@toStringTag
method constructor method constructor
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment