Index: sky/shell/shell.cc |
diff --git a/sky/shell/shell.cc b/sky/shell/shell.cc |
index ed1105ea501dbaba866ae9e0ea10ff124299edb2..cc071522ae026f613a1fad3288eba3fd268b5398 100644 |
--- a/sky/shell/shell.cc |
+++ b/sky/shell/shell.cc |
@@ -75,8 +75,6 @@ void Shell::InitUI(const base::Thread::Options& options) { |
void Shell::InitView() { |
PlatformView::Config config; |
- config.gpu_task_runner = gpu_thread_->message_loop()->task_runner(); |
- config.gpu_delegate = rasterizer_->GetWeakPtr(); |
config.ui_task_runner = ui_thread_->message_loop()->task_runner(); |
config.ui_delegate = engine_->GetWeakPtr(); |
view_.reset(new PlatformView(config)); |