| 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..ae45200d9b8a2dc5cb3704626cf6b885b0a5df2f 100644
|
| --- a/third_party/WebKit/Source/core/fetch/CSSStyleSheetResource.h
|
| +++ b/third_party/WebKit/Source/core/fetch/CSSStyleSheetResource.h
|
| @@ -80,6 +80,7 @@ class CORE_EXPORT CSSStyleSheetResource final : public StyleSheetResource {
|
|
|
| void destroyDecodedDataIfPossible() override;
|
| void destroyDecodedDataForFailedRevalidation() override;
|
| + void updateDecodedSize();
|
|
|
| // Decoded sheet text cache is available iff loading this CSS resource is
|
| // successfully complete.
|
|
|