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

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: review comments 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 e1a6be3150b0b926fd7a3a10429f9c9e3268f8cb..9cba50030a5ece16ddd3d4f3d5ab7e821b11c3a2 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -86917,7 +86917,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"/>
@@ -87301,9 +87301,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"/>
@@ -87384,6 +87384,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