| 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 9700908da2ab38ce6aa999b4827c6a7c949f07e2..f6f911ea70eb9bce62dd75b63b8fe9c9ef459085 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -1168,7 +1168,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;
|
|
|