| Index: third_party/WebKit/Source/core/html/HTMLFrameElementBase.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h b/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h
|
| index 35c3fc0e3b4213adba51092e11ebc97b246a9fc5..b4784525a02a63cabf43762d0000c2f2bd54d94b 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h
|
| @@ -54,6 +54,8 @@
|
| void setMarginWidth(int);
|
| void setMarginHeight(int);
|
|
|
| + void frameOwnerPropertiesChanged();
|
| +
|
| private:
|
| bool supportsFocus() const final;
|
| void setFocused(bool) final;
|
|
|