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

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

Issue 1308273003: Resend unconsumed scroll update from guest back to embedder (WebView Scroll Bubble). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove GestureEventObserver now that we don't forward fling GestureScrollUpdates. Created 5 years, 3 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 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

Powered by Google App Engine
This is Rietveld 408576698