| Index: third_party/WebKit/Source/core/css/StyleSheetContents.h
|
| diff --git a/third_party/WebKit/Source/core/css/StyleSheetContents.h b/third_party/WebKit/Source/core/css/StyleSheetContents.h
|
| index 25504e3b91cf55b7565bda59c4a74e4734a1ee55..ba9217ab0b95283a1a66bed0910e4f37df7c1e51 100644
|
| --- a/third_party/WebKit/Source/core/css/StyleSheetContents.h
|
| +++ b/third_party/WebKit/Source/core/css/StyleSheetContents.h
|
| @@ -36,6 +36,8 @@
|
|
|
| namespace blink {
|
|
|
| +class CSSDeserializeStream;
|
| +class CSSSerializeStream;
|
| class CSSStyleSheet;
|
| class CSSStyleSheetResource;
|
| class Document;
|
| @@ -74,6 +76,9 @@ public:
|
|
|
| bool isCacheable() const;
|
|
|
| + void deserialize(CSSDeserializeStream*);
|
| + void serialize(CSSSerializeStream*);
|
| +
|
| bool isLoading() const;
|
|
|
| void checkLoaded();
|
|
|