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 e887fcfef56c298cf97f3d39ae573d98cb59499e..b66a1aa6a069f695bd2e9835bb8270aeba6504f0 100644 |
--- a/third_party/WebKit/Source/core/fetch/CSSStyleSheetResource.h |
+++ b/third_party/WebKit/Source/core/fetch/CSSStyleSheetResource.h |
@@ -55,6 +55,8 @@ public: |
PassRefPtrWillBeRawPtr<StyleSheetContents> restoreParsedStyleSheet(const CSSParserContext&); |
void saveParsedStyleSheet(PassRefPtrWillBeRawPtr<StyleSheetContents>); |
+ void appendData(const char* data, size_t length) override; |
+ |
protected: |
bool isSafeToUnlock() const override; |
void destroyDecodedDataIfPossible() override; |