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

Unified Diff: sky/services/engine/sky_engine.mojom

Issue 1221033006: Teach Stocks.apk how to load a skyx bundle (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: again 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 | « no previous file | sky/shell/android/org/domokit/sky/shell/PlatformViewAndroid.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/services/engine/sky_engine.mojom
diff --git a/sky/services/engine/sky_engine.mojom b/sky/services/engine/sky_engine.mojom
index 01eec5b28f5efd2315c87542a372ce7edd37b756..6954e8014a06c383045ddadff2fa47f42e1d7498 100644
--- a/sky/services/engine/sky_engine.mojom
+++ b/sky/services/engine/sky_engine.mojom
@@ -6,7 +6,6 @@ module sky;
import "sky/services/engine/input_event.mojom";
-// TODO(eseidel): Rename this interface.
interface SkyEngine {
OnViewportMetricsChanged(int32 width, int32 height, float device_pixel_ratio);
OnInputEvent(InputEvent event);
@@ -14,4 +13,5 @@ interface SkyEngine {
RunFromNetwork(string url);
RunFromFile(string main, string package_root);
RunFromSnapshot(string path);
+ RunFromBundle(string path);
};
« no previous file with comments | « no previous file | sky/shell/android/org/domokit/sky/shell/PlatformViewAndroid.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698