| 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 7426b3b218a49a52d61ceed5a6129ce5934922c4..43fc6ff17003514c90247c1e1a4e6751042648d8 100644
|
| --- a/third_party/WebKit/Source/core/fetch/CSSStyleSheetResource.h
|
| +++ b/third_party/WebKit/Source/core/fetch/CSSStyleSheetResource.h
|
| @@ -77,9 +77,11 @@ class CORE_EXPORT CSSStyleSheetResource final : public StyleSheetResource {
|
| void checkNotify() override;
|
|
|
| void setParsedStyleSheetCache(StyleSheetContents*);
|
| + void setDecodedSheetText(const String&);
|
|
|
| void destroyDecodedDataIfPossible() override;
|
| void destroyDecodedDataForFailedRevalidation() override;
|
| + void updateDecodedSize();
|
|
|
| // Decoded sheet text cache is available iff loading this CSS resource is
|
| // successfully complete.
|
|
|