Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(229)

Unified Diff: third_party/WebKit/Source/core/css/CSSShadowValue.h

Issue 1481383002: [Experimental] CSSSerializer Proof-of-concept Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: snapshot: top_25 sites ser/dser now works Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSSelectorList.cpp ('k') | third_party/WebKit/Source/core/css/CSSShadowValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698