| Index: third_party/WebKit/Source/core/dom/Document.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
|
| index ba8405801dd068b20223a7f999958b8b881c5620..95aba92ef6a5485b8de9de1c708cbf09a5dbe3eb 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -1166,7 +1166,9 @@ class CORE_EXPORT Document : public ContainerNode,
|
| ElementDataCache* elementDataCache() { return m_elementDataCache.get(); }
|
|
|
| void didLoadAllScriptBlockingResources();
|
| + void didAddPendingStylesheetInBody();
|
| void didRemoveAllPendingStylesheet();
|
| + void didRemoveAllPendingBodyStylesheets();
|
|
|
| bool inStyleRecalc() const {
|
| return m_lifecycle.state() == DocumentLifecycle::InStyleRecalc;
|
|
|