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

Unified Diff: sky/shell/ui/internals.h

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/shell/ui/engine.cc ('k') | sky/shell/ui/internals.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/shell/ui/internals.h
diff --git a/sky/shell/ui/internals.h b/sky/shell/ui/internals.h
index 0244f6235358b54bb0e592d6d702a39ccec51153..e2eb38cabb75d6c7d00af989425f8e2b3df28de1 100644
--- a/sky/shell/ui/internals.h
+++ b/sky/shell/ui/internals.h
@@ -26,18 +26,22 @@ class Internals
~Internals() override;
static void Create(Dart_Isolate isolate,
- mojo::ServiceProviderPtr platform_service_provider);
+ mojo::ServiceProviderPtr platform_service_provider,
+ mojo::asset_bundle::AssetBundlePtr root_bundle);
mojo::Handle TakeServicesProvidedByEmbedder();
+ mojo::Handle TakeRootBundleHandle();
private:
- explicit Internals(mojo::ServiceProviderPtr platform_service_provider);
+ explicit Internals(mojo::ServiceProviderPtr platform_service_provider,
+ mojo::asset_bundle::AssetBundlePtr root_bundle);
// |mojo::InterfaceFactory<mojo::asset_bundle::AssetUnpacker>| implementation:
void Create(
mojo::ApplicationConnection* connection,
mojo::InterfaceRequest<mojo::asset_bundle::AssetUnpacker>) override;
+ mojo::asset_bundle::AssetBundlePtr root_bundle_;
mojo::ServiceProviderPtr service_provider_;
mojo::ServiceProviderImpl service_provider_impl_;
mojo::ServiceProviderPtr platform_service_provider_;
« no previous file with comments | « sky/shell/ui/engine.cc ('k') | sky/shell/ui/internals.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698