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

Unified Diff: content/browser/web_contents/web_contents_impl.h

Issue 2708613002: Add EventForwarder for routing touch events (Closed)
Patch Set: rebased Created 3 years, 10 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/web_contents/web_contents_impl.h
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
index 7c26aa8f3c72ec35a50b40d44995b50ab6bf0ee3..5022db2be7cf455f5bd8e6a5cc80c850461d6d51 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -801,6 +801,8 @@ class CONTENT_EXPORT WebContentsImpl
bool HasActiveEffectivelyFullscreenVideo() const;
#if defined(OS_ANDROID)
+ base::android::ScopedJavaLocalRef<jobject> CreateJavaEventHandlerFromNative();
David Trainor- moved to gerrit 2017/02/28 01:31:23 Should this live on WebContentsAndroid?
Jinsuk Kim 2017/02/28 06:56:04 That's better. Done.
+
// Called by FindRequestManager when all of the find match rects are in.
void NotifyFindMatchRectsReply(int version,
const std::vector<gfx::RectF>& rects,

Powered by Google App Engine
This is Rietveld 408576698