| 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 0a38311db45710affe51b4524f35d756968abd28..55af6539cc6043c826ef56cbf60dbd8ec9d85ec2 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSNumericValue.h
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSNumericValue.h
|
| @@ -49,12 +49,7 @@ class CORE_EXPORT CSSNumericValue : public CSSStyleValue {
|
| return nullptr;
|
| }
|
|
|
| - // Internal methods.
|
| virtual CSSUnitValue* to(CSSPrimitiveValue::UnitType) { return nullptr; }
|
| - bool ContainsPercent() const {
|
| - // TODO(meade): Implement.
|
| - return false;
|
| - }
|
|
|
| protected:
|
| CSSNumericValue() {}
|
|
|