| Index: third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| index 010f601b3612ae33fdf11289df204805685c3d55..16e7a51bac18768d2e538862c4219afd13f336f5 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| @@ -90,7 +90,6 @@
|
| int marginHeight() const override { return -1; }
|
| bool allowFullscreen() const override { return false; }
|
| bool allowPaymentRequest() const override { return false; }
|
| - bool isDisplayNone() const override { return !m_widget; }
|
| AtomicString csp() const override { return nullAtom; }
|
| const WebVector<mojom::blink::PermissionName>& delegatedPermissions()
|
| const override;
|
| @@ -107,7 +106,6 @@
|
| bool isKeyboardFocusable() const override;
|
|
|
| void disposeWidgetSoon(Widget*);
|
| - void frameOwnerPropertiesChanged();
|
|
|
| private:
|
| // Intentionally private to prevent redundant checks when the type is
|
|
|