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

Unified Diff: sky/shell/ui/engine.cc

Issue 1208273003: Stocks.apk should have icons when run offline (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 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/sdk/lib/widgets/icon.dart ('k') | sky/shell/ui/internals.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/shell/ui/engine.cc
diff --git a/sky/shell/ui/engine.cc b/sky/shell/ui/engine.cc
index 2520b7f61d9a8f91558323e58ebefe35e21728ce..8ff836d449b536f2dc7286b7f7a88f5cbfd98e47 100644
--- a/sky/shell/ui/engine.cc
+++ b/sky/shell/ui/engine.cc
@@ -200,7 +200,8 @@ void Engine::RunFromBundle(const mojo::String& path) {
void Engine::DidCreateIsolate(Dart_Isolate isolate) {
Internals::Create(isolate,
- CreateServiceProvider(config_.service_provider_context));
+ CreateServiceProvider(config_.service_provider_context),
+ root_bundle_.Pass());
}
void Engine::ScheduleFrame() {
« no previous file with comments | « sky/sdk/lib/widgets/icon.dart ('k') | sky/shell/ui/internals.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698