Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(834)

Unified Diff: content/browser/browser_plugin/browser_plugin_guest.h

Issue 1254883006: Bubble scroll events from WebView guest to embedder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Complete test. Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698