| 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 884952e6dda452cac0ce150aaa02da2d2b97344e..3ebd65a4b440a15c3e79355177dcc1d217042331 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h
|
| @@ -55,6 +55,8 @@ protected:
|
| void setMarginWidth(int);
|
| void setMarginHeight(int);
|
|
|
| + void frameOwnerPropertiesChanged();
|
| +
|
| private:
|
| bool supportsFocus() const final;
|
| void setFocus(bool) final;
|
| @@ -69,8 +71,6 @@ private:
|
| void setNameAndOpenURL();
|
| void openURL(bool replaceCurrentItem = true);
|
|
|
| - void frameOwnerPropertiesChanged();
|
| -
|
| ScrollbarMode m_scrollingMode;
|
| int m_marginWidth;
|
| int m_marginHeight;
|
|
|