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

Unified Diff: third_party/WebKit/Source/core/css/CSSInitialValue.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/CSSInitialValue.h
diff --git a/third_party/WebKit/Source/core/css/CSSInitialValue.h b/third_party/WebKit/Source/core/css/CSSInitialValue.h
index c493c3b055794aa4fb5db9078078611d3dc18777..c29bbd2bd07f5ed8102a6a8c5e641272972ecd29 100644
--- a/third_party/WebKit/Source/core/css/CSSInitialValue.h
+++ b/third_party/WebKit/Source/core/css/CSSInitialValue.h
@@ -36,6 +36,7 @@ public:
{
return adoptRefWillBeNoop(new CSSInitialValue(/* implicit */ true));
}
+ static PassRefPtrWillBeRawPtr<CSSInitialValue> deserializeAfterDispatch(CSSDeserializeStream*);
String customCSSText() const;
@@ -43,6 +44,8 @@ public:
bool equals(const CSSInitialValue&) const { return true; }
+ void serializeAfterDispatch(CSSSerializeStream*) const;
+
DEFINE_INLINE_TRACE_AFTER_DISPATCH() { CSSValue::traceAfterDispatch(visitor); }
private:
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSInheritedValue.h ('k') | third_party/WebKit/Source/core/css/CSSInitialValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698