| 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 8e22b0a09bbfacfb8899ed75b9bf907cb6c5ac1b..8b081c90f05a4734bf550944388f96c588d932df 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);
|
| -
|
| bool isAngle() const
|
| {
|
| return type() == UnitType::Degrees
|
|
|