| Index: third_party/WebKit/Source/core/html/HTMLPlugInElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLPlugInElement.h b/third_party/WebKit/Source/core/html/HTMLPlugInElement.h
|
| index cc1d4cfef069ff9813a6913ef3ff08a29c787dbb..21ec99089e1645473d3d7dfe9767b37e3b0ea519 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLPlugInElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLPlugInElement.h
|
| @@ -46,6 +46,7 @@ class CORE_EXPORT HTMLPlugInElement : public HTMLFrameOwnerElement {
|
| ~HTMLPlugInElement() override;
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| + void SetFocused(bool) override;
|
| void ResetInstance();
|
| // TODO(dcheng): Consider removing this, since HTMLEmbedElementLegacyCall
|
| // and HTMLObjectElementLegacyCall usage is extremely low.
|
|
|