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

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

Issue 2599043003: Add transform and background not opaque as main thread scrolling reasons (Closed)
Patch Set: Make styleRelatedMainThreadScrollingReasonTest a class Created 3 years, 12 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 4e22c187711f934812506099cf16e385d94c65cb..d4cd94390f5c8e10bb18dabf357d221f5f01521f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -94720,6 +94720,8 @@ value.
<int value="15" label="Has sticky position objects"/>
<int value="16" label="Requires hit testing on custom scrollbars"/>
<int value="17" label="Has opacity"/>
+ <int value="18" label="Has transform"/>
+ <int value="19" label="Background not opaque in rect"/>
</enum>
<enum name="MakeChromeDefaultResult" type="int">

Powered by Google App Engine
This is Rietveld 408576698