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

Unified Diff: third_party/WebKit/Source/core/fetch/CSSStyleSheetResource.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/fetch/CSSStyleSheetResource.h
diff --git a/third_party/WebKit/Source/core/fetch/CSSStyleSheetResource.h b/third_party/WebKit/Source/core/fetch/CSSStyleSheetResource.h
index eafa35dcbb4955ae86baa50933466ba8eda44493..48a0cfea69a569f5afdbe6229f2a6cc73fc60f86 100644
--- a/third_party/WebKit/Source/core/fetch/CSSStyleSheetResource.h
+++ b/third_party/WebKit/Source/core/fetch/CSSStyleSheetResource.h
@@ -74,6 +74,8 @@ private:
};
CSSStyleSheetResource(const ResourceRequest&, const String& charset);
+ PassRefPtrWillBeRawPtr<StyleSheetContents> deserializeStyleSheet(const CSSParserContext&);
+
bool canUseSheet(MIMETypeCheck) const;
void dispose() override;
void checkNotify() override;

Powered by Google App Engine
This is Rietveld 408576698