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 67ac81e35d1c0d983528e25d022c17404db8ee3e..55595f94e0a979ee117c789e7602964b79e6a5a8 100644 |
--- a/third_party/WebKit/Source/core/dom/Document.h |
+++ b/third_party/WebKit/Source/core/dom/Document.h |
@@ -828,7 +828,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). |