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

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

Issue 2241993002: CSS Motion Path: New names for properties (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 3 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 3314a913c998510df26ccad6d08effcab53cd0de..ea6519251a68e17e3a184b4064c62a324c2b6448 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -86906,7 +86906,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="70" label="caption-side"/>
<int value="71" label="clear"/>
<int value="72" label="clip"/>
- <int value="73" label="webkit-clip-path"/>
+ <int value="73" label="alias-webkit-clip-path"/>
<int value="74" label="content"/>
<int value="75" label="counter-increment"/>
<int value="76" label="counter-reset"/>
@@ -87290,9 +87290,9 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="454" label="all"/>
<int value="455" label="justify-items"/>
<int value="456" label="scroll-blocks-on"/>
- <int value="457" label="motion-path"/>
- <int value="458" label="motion-offset"/>
- <int value="459" label="motion-rotation"/>
+ <int value="457" label="alias-motion-path"/>
+ <int value="458" label="alias-motion-offset"/>
+ <int value="459" label="alias-motion-rotation"/>
<int value="460" label="motion"/>
<int value="461" label="x"/>
<int value="462" label="y"/>
@@ -87373,6 +87373,10 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="537" label="alias-webkit-text-size-adjust"/>
<int value="538" label="overflow-anchor"/>
<int value="539" label="user-select"/>
+ <int value="540" label="offset-distance"/>
+ <int value="541" label="offset-path"/>
+ <int value="542" label="offset-rotation"/>
+ <int value="543" label="offset"/>
</enum>
<enum name="MappedEditingCommands" type="int">

Powered by Google App Engine
This is Rietveld 408576698