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 6d6db1c98e96ad59be3eb2d7e158042d5eb53916..8004de0354d11168fee2996106513e6f173a22d5 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 |
@@ -153,8 +153,8 @@ public class ShellManager extends FrameLayout { |
mActiveShell = shellView; |
ContentView contentView = mActiveShell.getContentView(); |
if (contentView != null) { |
- mContentViewRenderView.setCurrentContentView(contentView); |
- contentView.onShow(); |
+ mContentViewRenderView.setCurrentContentViewCore(contentView.getContentViewCore()); |
+ contentView.getContentViewCore().onShow(); |
Yaron
2014/04/07 18:48:32
Oops. this bled in. No harm though for fixing now.
|
} |
} |