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 afc2e779c47307addc5c2f98b6647baa3f00b853..5a901a971d210f602cc76aa167ce06e07e6dc903 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h |
+++ b/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h |
@@ -56,8 +56,6 @@ class CORE_EXPORT HTMLFrameElementBase : public HTMLFrameOwnerElement { |
void setMarginWidth(int); |
void setMarginHeight(int); |
- void frameOwnerPropertiesChanged(); |
- |
private: |
bool supportsFocus() const final; |
void setFocused(bool) final; |