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

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

Issue 2769793002: Implement CSS: scroll-boundary-behavior (Closed)
Patch Set: Use only gpuBenchmarking. 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/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index 9ed87a98af0b2eaaddb0f5e04f7c95088dadbf0d..383e23a75e1488ba5d33c15f6fefc1b7d9fb278b 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -23486,6 +23486,10 @@ from previous Chrome versions.
<int value="557" label="place-content"/>
<int value="558" label="place-items"/>
<int value="559" label="transform-box"/>
+ <int value="560" label="property-place-self"/>
+ <int value="561" label="scroll-boundary-behavior"/>
+ <int value="562" label="scroll-boundary-behavior-x"/>
+ <int value="563" label="scroll-boundary-behavior-y"/>
</enum>
<enum name="MappedEditingCommands" type="int">

Powered by Google App Engine
This is Rietveld 408576698