Index: content/browser/browser_plugin/browser_plugin_guest.h |
diff --git a/content/browser/browser_plugin/browser_plugin_guest.h b/content/browser/browser_plugin/browser_plugin_guest.h |
index bb4879902a65715ad08f32e255f60c46791e5704..450793833960613862c6683c0e83d555fae302aa 100644 |
--- a/content/browser/browser_plugin/browser_plugin_guest.h |
+++ b/content/browser/browser_plugin/browser_plugin_guest.h |
@@ -257,6 +257,8 @@ class CONTENT_EXPORT BrowserPluginGuest : public GuestHost, |
const blink::WebFindOptions& options); |
bool StopFinding(StopFindAction action); |
+ void ResendEventToEmbedder(const blink::WebInputEvent& event); |
+ |
protected: |
// BrowserPluginGuest is a WebContentsObserver of |web_contents| and |