summaryrefslogtreecommitdiffstats
path: root/content/shell/android/shell_manager.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/shell/android/shell_manager.cc')
-rw-r--r--content/shell/android/shell_manager.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/content/shell/android/shell_manager.cc b/content/shell/android/shell_manager.cc
index 79f7803d..4b161a6 100644
--- a/content/shell/android/shell_manager.cc
+++ b/content/shell/android/shell_manager.cc
@@ -35,12 +35,6 @@ namespace content {
jobject CreateShellView(Shell* shell) {
JNIEnv* env = base::android::AttachCurrentThread();
jobject j_shell_manager = g_global_state.Get().j_shell_manager.obj();
-
- ContentViewLayerRenderer* content_view_layer_renderer =
- reinterpret_cast<ContentViewLayerRenderer*>(
- Java_ShellManager_getContentViewLayerRenderer(env, j_shell_manager));
- shell->SetContentViewLayerRenderer(content_view_layer_renderer);
-
return Java_ShellManager_createShell(env, j_shell_manager).Release();
}