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

Unified Diff: android_webview/native/aw_contents.cc

Issue 2626723003: Revert "Introduce ViewRoot forwarding input/view events to native" (Closed)
Patch Set: Created 3 years, 11 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: android_webview/native/aw_contents.cc
diff --git a/android_webview/native/aw_contents.cc b/android_webview/native/aw_contents.cc
index f3a208e56505fb85340dcad3d60be18f5adb56a0..be85577b629fc0e24a3c68c7db7523a5f0730a8b 100644
--- a/android_webview/native/aw_contents.cc
+++ b/android_webview/native/aw_contents.cc
@@ -1257,12 +1257,6 @@ void AwContents::ResumeLoadingCreatedPopupWebContents(
web_contents_->ResumeLoadingCreatedWebContents();
}
-ScopedJavaLocalRef<jobject> AwContents::GetViewRoot(
- JNIEnv* env,
- const JavaParamRef<jobject>& obj) {
- return web_contents_->GetNativeView()->GetViewRoot();
-}
-
void SetShouldDownloadFavicons(JNIEnv* env,
const JavaParamRef<jclass>& jclazz) {
g_should_download_favicons = true;
« no previous file with comments | « android_webview/native/aw_contents.h ('k') | blimp/client/core/contents/blimp_contents_view_impl_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698