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

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: Don't require GestureScrollBegin for touch-pad GestureFlingStart. 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 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

Powered by Google App Engine
This is Rietveld 408576698