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 868fcc8a35ab07c5920b2e70f48a9c25ceca03b3..53b45785cdd616c5ca332117764d651c4d2b1a3e 100644 |
--- a/content/browser/browser_plugin/browser_plugin_guest.h |
+++ b/content/browser/browser_plugin/browser_plugin_guest.h |
@@ -246,6 +246,8 @@ class CONTENT_EXPORT BrowserPluginGuest : public GuestHost, |
const blink::WebFindOptions& options); |
bool StopFinding(StopFindAction action); |
+ void SendScrollCompletion(bool handled); |
+ |
protected: |
// BrowserPluginGuest is a WebContentsObserver of |web_contents| and |