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 2a5f7b490cdb9622aaa1c6348342294d5f006ba6..5c3adf05b9140d602373833d2208f7547899d088 100644 |
--- a/third_party/WebKit/Source/core/dom/Document.h |
+++ b/third_party/WebKit/Source/core/dom/Document.h |
@@ -810,7 +810,8 @@ class CORE_EXPORT Document : public ContainerNode, |
void willChangeFrameOwnerProperties(int marginWidth, |
int marginHeight, |
- ScrollbarMode); |
+ ScrollbarMode, |
+ bool isDisplayNone); |
// Returns true if this document belongs to a frame that the parent document |
// made invisible (for instance by setting as style display:none). |