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