Chromium Code Reviews| Index: third_party/WebKit/Source/core/css/cssom/CSSKeywordValue.h |
| diff --git a/third_party/WebKit/Source/core/css/cssom/CSSKeywordValue.h b/third_party/WebKit/Source/core/css/cssom/CSSKeywordValue.h |
| index edf620f87f2e5b7c6d777eed09af9bb9aee6e2b5..12b56558a02beb3a8f6a21b1107387ad4e16d2b1 100644 |
| --- a/third_party/WebKit/Source/core/css/cssom/CSSKeywordValue.h |
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSKeywordValue.h |
| @@ -19,6 +19,7 @@ class CORE_EXPORT CSSKeywordValue final : public CSSStyleValue { |
| DEFINE_WRAPPERTYPEINFO(); |
| public: |
| + static CSSKeywordValue* create(const AtomicString& keyword); |
| static CSSKeywordValue* create(const AtomicString& keyword, ExceptionState&); |
|
sashab
2017/01/09 02:19:04
Can you use a default value for ExceptionState?
|
| StyleValueType type() const override { return KeywordType; } |