Chromium Code Reviews| Index: third_party/WebKit/Source/core/css/CSSPrimitiveValueUnits.in |
| diff --git a/third_party/WebKit/Source/core/css/CSSPrimitiveValueUnits.in b/third_party/WebKit/Source/core/css/CSSPrimitiveValueUnits.in |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..db46df8306172f7c5b455b992c920a9110eb1483 |
| --- /dev/null |
| +++ b/third_party/WebKit/Source/core/css/CSSPrimitiveValueUnits.in |
| @@ -0,0 +1,31 @@ |
| +// This file specifies the unit strings used in CSSPrimitiveValues. |
| + |
| +em unit_type=Ems |
| +ex unit_type=Exs |
| +px unit_type=Pixels |
| +cm unit_type=Centimeters |
| +mm unit_type=Millimeters |
| +in unit_type=Inches |
| +pt unit_type=Points |
| +pc unit_type=Picas |
| +"" unit_type=UserUnits |
|
Timothy Loh
2016/05/03 07:40:26
let's just hard-code this in CSSPrimitiveValueUnit
meade_UTC10
2016/05/04 07:24:54
Done.
|
| +deg unit_type=Degrees |
| +rad unit_type=Radians |
| +grad unit_type=Gradians |
| +ms unit_type=Milliseconds |
| +s unit_type=Seconds |
| +hz unit_type=Hertz |
| +khz unit_type=Kilohertz |
| +dpi unit_type=DotsPerInch |
| +dpcm unit_type=DotsPerCentimeter |
| +dppx unit_type=DotsPerPixel |
| +vw unit_type=ViewportWidth |
| +vh unit_type=ViewportHeight |
| +vmin unit_type=ViewportMin |
| +vmax unit_type=ViewportMax |
| +rem unit_type=Rems |
| +fr unit_type=Fraction |
| +turn unit_type=Turns |
| +ch unit_type=Chs |
| +__qem unit_type=QuirkyEms |
| + |