| 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 04d7cdcdbc9c1b6652df120a152158b1a2b5b80d..3c6d617956bcf99e58416ebe8e1d18433e054da6 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -1420,6 +1420,7 @@ class CORE_EXPORT Document : public ContainerNode,
|
| void ClearFocusedElementSoon();
|
| void ClearFocusedElementTimerFired(TimerBase*);
|
|
|
| + bool HasPendingRenderBlockingSheets() const;
|
| bool HaveScriptBlockingStylesheetsLoaded() const;
|
| bool HaveRenderBlockingStylesheetsLoaded() const;
|
| void StyleResolverMayHaveChanged();
|
|
|