Chromium Code Reviews| Index: Source/core/css/CSSPrimitiveValue.h |
| diff --git a/Source/core/css/CSSPrimitiveValue.h b/Source/core/css/CSSPrimitiveValue.h |
| index b63ba2f709283951ea877ce3dceca9c95d180132..f10b877e62b56163b9680e1d8f668a98f178eab8 100644 |
| --- a/Source/core/css/CSSPrimitiveValue.h |
| +++ b/Source/core/css/CSSPrimitiveValue.h |
| @@ -166,6 +166,7 @@ public: |
| UOther |
| }; |
| static UnitCategory unitCategory(UnitType); |
| + static float clampToCSSLengthRange(double); |
| static void initUnitTable(); |