| 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 6f95790f41c330d3b3eb10f1165b0fec786242c5..631685f8d495a5466ee8a50a0aed32d9d1a023ff 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h
|
| @@ -26,6 +26,7 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "core/html/HTMLFrameOwnerElement.h"
|
| +#include "public/platform/WebFocusType.h"
|
|
|
| namespace blink {
|
|
|
| @@ -52,7 +53,7 @@ class CORE_EXPORT HTMLFrameElementBase : public HTMLFrameOwnerElement {
|
|
|
| private:
|
| bool SupportsFocus() const final;
|
| - void SetFocused(bool) final;
|
| + void SetFocused(bool, WebFocusType) final;
|
|
|
| bool IsURLAttribute(const Attribute&) const final;
|
| bool HasLegalLinkAttribute(const QualifiedName&) const final;
|
|
|