| Index: third_party/WebKit/Source/core/css/cssom/CSSNumericValue.h
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/CSSNumericValue.h b/third_party/WebKit/Source/core/css/cssom/CSSNumericValue.h
|
| index 55af6539cc6043c826ef56cbf60dbd8ec9d85ec2..6344c2fe57f21f6c1e163fd6351353450389155f 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSNumericValue.h
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSNumericValue.h
|
| @@ -22,10 +22,7 @@ class CORE_EXPORT CSSNumericValue : public CSSStyleValue {
|
|
|
| public:
|
| static CSSNumericValue* parse(const String& css_text, ExceptionState&);
|
| - static CSSNumericValue* FromCSSValue(const CSSValue&) {
|
| - // TODO(meade): Implement.
|
| - return nullptr;
|
| - }
|
| + static CSSNumericValue* FromCSSValue(const CSSPrimitiveValue&);
|
|
|
| virtual CSSNumericValue* add(const CSSNumericValue*, ExceptionState&) {
|
| // TODO(meade): Implement.
|
|
|