| 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 631685f8d495a5466ee8a50a0aed32d9d1a023ff..1730eb10d6f5415a7cfc67a422fdd8c04b215075 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h
|
| @@ -53,7 +53,7 @@ class CORE_EXPORT HTMLFrameElementBase : public HTMLFrameOwnerElement {
|
|
|
| private:
|
| bool SupportsFocus() const final;
|
| - void SetFocused(bool, WebFocusType) final;
|
| + void SetFocused(bool, WebFocusType, Node* common_ancestor = nullptr) final;
|
|
|
| bool IsURLAttribute(const Attribute&) const final;
|
| bool HasLegalLinkAttribute(const QualifiedName&) const final;
|
|
|