Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 2841603003: Record non-stacking-context as main thread scrolling reasons (Closed)
Patch Set: Only keep the NonStackingContext reason Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 2aa3c49632f13f4bfb80bb1864afa9ddedbe5ca3..7f646f93f7ccb60b67cc116e3bcd51e4ac0c963d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -104503,6 +104503,7 @@ from previous Chrome versions.
<int value="20" label="Has border radius"/>
<int value="21" label="Has clip related property"/>
<int value="22" label="Has box shadow from non-root layer"/>
+ <int value="23" label="Is not stacking context"/>
</enum>
<enum name="MakeChromeDefaultResult" type="int">

Powered by Google App Engine
This is Rietveld 408576698