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

Unified Diff: third_party/WebKit/Source/core/css/StyleRuleKeyframe.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/StyleRuleKeyframe.h
diff --git a/third_party/WebKit/Source/core/css/StyleRuleKeyframe.h b/third_party/WebKit/Source/core/css/StyleRuleKeyframe.h
index bb06045aa4f5c48462b5a3028922acbe0f435f74..2fa73f90c0abfd354c2657df279d8fdfa5c955ea 100644
--- a/third_party/WebKit/Source/core/css/StyleRuleKeyframe.h
+++ b/third_party/WebKit/Source/core/css/StyleRuleKeyframe.h
@@ -9,6 +9,8 @@
namespace blink {
+class CSSDeserializeStream;
+class CSSSerializeStream;
class MutableStylePropertySet;
class StylePropertySet;
@@ -19,6 +21,7 @@ public:
{
return adoptRefWillBeNoop(new StyleRuleKeyframe(keys, properties));
}
+ static PassRefPtrWillBeRawPtr<StyleRuleKeyframe> deserializeAfterDispatch(CSSDeserializeStream*);
// Exposed to JavaScript.
String keyText() const;
@@ -32,6 +35,7 @@ public:
String cssText() const;
+ void serializeAfterDispatch(CSSSerializeStream*) const;
DECLARE_TRACE_AFTER_DISPATCH();
private:
« no previous file with comments | « third_party/WebKit/Source/core/css/StyleRule.cpp ('k') | third_party/WebKit/Source/core/css/StyleRuleKeyframe.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698