Index: third_party/WebKit/Source/core/css/cssom/CSSAngleValue.h |
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSAngleValue.h b/third_party/WebKit/Source/core/css/cssom/CSSAngleValue.h |
index addc12b2a6cef1f0e0617d55b15372f3b2fa408d..8e47d7e4217c0397c13e4b5365a454571d06aaba 100644 |
--- a/third_party/WebKit/Source/core/css/cssom/CSSAngleValue.h |
+++ b/third_party/WebKit/Source/core/css/cssom/CSSAngleValue.h |
@@ -16,6 +16,7 @@ class CORE_EXPORT CSSAngleValue final : public CSSStyleValue { |
public: |
static CSSAngleValue* create(double value, const String& unit); |
+ static CSSAngleValue* fromCSSValue(const CSSPrimitiveValue&); |
StyleValueType type() const override { return AngleType; } |