| 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 b6d44994ebc282fefa91dd116ffe6dc7cb459987..e4322f5f14e4eb47830c4ce4baf530f95cfe09e8 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -1166,6 +1166,7 @@ class CORE_EXPORT Document : public ContainerNode,
|
| ElementDataCache* elementDataCache() { return m_elementDataCache.get(); }
|
|
|
| void didLoadAllScriptBlockingResources();
|
| + void didAddPendingStylesheetInBody();
|
| void didRemoveAllPendingStylesheet();
|
|
|
| bool inStyleRecalc() const {
|
|
|