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

Unified Diff: content/browser/web_contents/web_contents_view_android.cc

Issue 11195033: Upstream hooks for javascript touch handlers on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 8 years, 2 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_view_android.cc
diff --git a/content/browser/web_contents/web_contents_view_android.cc b/content/browser/web_contents/web_contents_view_android.cc
index d86454259487b8b1f4eb69593490f6f865914ae9..2e74b1f75aed65803d32898865f085e9b59ff2c0 100644
--- a/content/browser/web_contents/web_contents_view_android.cc
+++ b/content/browser/web_contents/web_contents_view_android.cc
@@ -152,11 +152,6 @@ gfx::Rect WebContentsViewAndroid::GetViewBounds() const {
return gfx::Rect();
}
-void WebContentsViewAndroid::ConfirmTouchEvent(bool handled) {
- if (content_view_core_)
- content_view_core_->ConfirmTouchEvent(handled);
-}
-
void WebContentsViewAndroid::ShowContextMenu(
const ContextMenuParams& params,
content::ContextMenuSourceType type) {
« no previous file with comments | « content/browser/web_contents/web_contents_view_android.h ('k') | content/port/browser/render_view_host_delegate_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698