| Index: third_party/WebKit/Source/core/css/CSSShadowValue.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSShadowValue.h b/third_party/WebKit/Source/core/css/CSSShadowValue.h
|
| index 170d59479a4c8b04da7ec2a1188c17905f697f99..1e5f5ad6a3e994e003d93f590afa651a60a51f24 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSShadowValue.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSShadowValue.h
|
| @@ -42,6 +42,7 @@ public:
|
| {
|
| return adoptRefWillBeNoop(new CSSShadowValue(x, y, blur, spread, style, color));
|
| }
|
| + static PassRefPtrWillBeRawPtr<CSSShadowValue> deserializeAfterDispatch(CSSDeserializeStream*);
|
|
|
| String customCSSText() const;
|
|
|
| @@ -54,6 +55,7 @@ public:
|
| RefPtrWillBeMember<CSSPrimitiveValue> style;
|
| RefPtrWillBeMember<CSSValue> color;
|
|
|
| + void serializeAfterDispatch(CSSSerializeStream*) const;
|
| DECLARE_TRACE_AFTER_DISPATCH();
|
|
|
| private:
|
|
|