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

Unified Diff: third_party/WebKit/Source/core/fetch/CSSStyleSheetResource.h

Issue 1819593002: Preload scan external css for @import (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add histogram to histograms.xml (trybots previous) Created 4 years, 8 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 0e60508c9e103a2676b49f0be6934c0d421595ea..c4c0dd1c672bcd31cc57ef1d2f7656d36fef6e1c 100644
--- a/third_party/WebKit/Source/core/fetch/CSSStyleSheetResource.h
+++ b/third_party/WebKit/Source/core/fetch/CSSStyleSheetResource.h
@@ -55,6 +55,8 @@ public:
StyleSheetContents* restoreParsedStyleSheet(const CSSParserContext&);
void saveParsedStyleSheet(StyleSheetContents*);
+ void appendData(const char* data, size_t length) override;
+
protected:
bool isSafeToUnlock() const override;
void destroyDecodedDataIfPossible() override;

Powered by Google App Engine
This is Rietveld 408576698