| Index: third_party/WebKit/Source/core/css/CSSPrimitiveValue.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSPrimitiveValue.h b/third_party/WebKit/Source/core/css/CSSPrimitiveValue.h
|
| index 1299097d8f68db1d3656717b004185e14f5262b3..936fe356a33502b15aaa990033283b007645c4f8 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSPrimitiveValue.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSPrimitiveValue.h
|
| @@ -158,10 +158,6 @@ public:
|
| static UnitCategory unitTypeToUnitCategory(UnitType);
|
| static float clampToCSSLengthRange(double);
|
|
|
| - static void initUnitTable();
|
| -
|
| - static UnitType fromName(const String& unit);
|
| -
|
| static bool isAngle(UnitType unit)
|
| {
|
| return unit == UnitType::Degrees
|
|
|