| 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 cef1413cc304fe07171fba0db17eeea9d28a7c6d..58230044210efeb3ed56d4cc6d891d5b869e0ff9 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -822,7 +822,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).
|
|
|