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

Unified Diff: content/shell/android/java/src/org/chromium/content_shell/ShellManager.java

Issue 2595263002: Introduce ViewRoot forwarding input/view events to native (Closed)
Patch Set: addressed comments 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: content/shell/android/java/src/org/chromium/content_shell/ShellManager.java
diff --git a/content/shell/android/java/src/org/chromium/content_shell/ShellManager.java b/content/shell/android/java/src/org/chromium/content_shell/ShellManager.java
index cfddd40862ba0ca82eaaeb47354c160212c5b38a..13ef48e554ec97972a7c3fdaeba4386608ab3910 100644
--- a/content/shell/android/java/src/org/chromium/content_shell/ShellManager.java
+++ b/content/shell/android/java/src/org/chromium/content_shell/ShellManager.java
@@ -122,7 +122,7 @@ public class ShellManager extends FrameLayout {
mActiveShell = shellView;
ContentViewCore contentViewCore = mActiveShell.getContentViewCore();
if (contentViewCore != null) {
- mContentViewRenderView.setCurrentContentViewCore(contentViewCore);
+ mContentViewRenderView.setCurrentContent(contentViewCore, shellView.getViewRoot());
contentViewCore.onShow();
}
}

Powered by Google App Engine
This is Rietveld 408576698