Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 996f2986a39f4facca2fb45c387b314e9b35bdb0..b42d86ac853c31d93da3f63af26279a55e5007af 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -12671,6 +12671,16 @@ other types of suffix sets. |
</summary> |
</histogram> |
+<histogram name="Renderer.CompositedScrolling" enum="CompositedScrolling"> |
+ <summary> |
+ Total count of the number of RenderLayers which are scrollable areas, need |
+ to be promoted to stacking containers, and will use composited scrolling. |
+ Each bucket is sampled at most once per RenderLayer, when the RenderLayer |
+ first becomes scrollable, first needs to become a stacking container, and |
+ first uses composited scrolling, respectively. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Renderer.DrawDuration" units="milliseconds"> |
<summary>The time it takes for the compositor to draw a frame.</summary> |
</histogram> |
@@ -18581,6 +18591,12 @@ other types of suffix sets. |
<int value="30" label="More Than 30"/> |
</enum> |
+<enum name="CompositedScrolling" type="int"> |
+ <int value="0" label="Is scrollable area"/> |
+ <int value="1" label="Needs to be stacking container"/> |
+ <int value="2" label="Will use composited scrolling"/> |
+</enum> |
+ |
<enum name="ConnectionType" type="int"> |
<summary> |
Connection type as defined in net/base/connection_type_histograms.h |