| 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 dedff943c98acf93cda3678cece0d3ac70e6a1ae..e22e3a955a3b4d1859c2b044aacc26895553d43a 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).
|
|
|