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

Unified Diff: sky/shell/shell.cc

Issue 974483004: Stocks app shouldn't show black when resuming from recents list (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « sky/shell/platform_view.cc ('k') | sky/shell/ui/engine.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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));
« no previous file with comments | « sky/shell/platform_view.cc ('k') | sky/shell/ui/engine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698