| 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..1728f893b390aa7901b897b3c21774f415f69470 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 {
|
|
|