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

Unified Diff: third_party/WebKit/Source/core/css/StyleSheetContents.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/StyleSheetContents.h
diff --git a/third_party/WebKit/Source/core/css/StyleSheetContents.h b/third_party/WebKit/Source/core/css/StyleSheetContents.h
index 25504e3b91cf55b7565bda59c4a74e4734a1ee55..ba9217ab0b95283a1a66bed0910e4f37df7c1e51 100644
--- a/third_party/WebKit/Source/core/css/StyleSheetContents.h
+++ b/third_party/WebKit/Source/core/css/StyleSheetContents.h
@@ -36,6 +36,8 @@
namespace blink {
+class CSSDeserializeStream;
+class CSSSerializeStream;
class CSSStyleSheet;
class CSSStyleSheetResource;
class Document;
@@ -74,6 +76,9 @@ public:
bool isCacheable() const;
+ void deserialize(CSSDeserializeStream*);
+ void serialize(CSSSerializeStream*);
+
bool isLoading() const;
void checkLoaded();
« no previous file with comments | « third_party/WebKit/Source/core/css/StyleRuleKeyframe.cpp ('k') | third_party/WebKit/Source/core/css/StyleSheetContents.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698