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 3eb5f4a4546489f9977784cb29c21da5f1555a36..f89a40bd01e0e8c6b1c9bd4940654194101bf6a3 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLPlugInElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLPlugInElement.h |
@@ -46,6 +46,12 @@ class CORE_EXPORT HTMLPlugInElement : public HTMLFrameOwnerElement { |
~HTMLPlugInElement() override; |
DECLARE_VIRTUAL_TRACE(); |
+ void dispatchBlurEvent(Element*, |
+ WebFocusType, |
+ InputDeviceCapabilities*) override; |
+ void dispatchFocusEvent(Element*, |
+ WebFocusType, |
+ InputDeviceCapabilities*) override; |
void resetInstance(); |
// TODO(dcheng): Consider removing this, since HTMLEmbedElementLegacyCall |
// and HTMLObjectElementLegacyCall usage is extremely low. |