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 604a34bb533ead119e9cd6dca002b054359fedef..f302c6d9d094de9462f4fe3bf2b4b534841ff3e6 100644 |
--- a/content/browser/browser_plugin/browser_plugin_guest.h |
+++ b/content/browser/browser_plugin/browser_plugin_guest.h |
@@ -256,6 +256,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 |