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

Unified Diff: examples/js/cube.js

Issue 790213002: Restructure public side of geometry service. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Nits Created 6 years 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 | « examples/ganesh_app/texture_uploader.cc ('k') | examples/keyboard/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/js/cube.js
diff --git a/examples/js/cube.js b/examples/js/cube.js
index 0f772ecf3f9f3881aebce73badb2152e5a9f91a5..df7c30357edeb85a5ef9dd52b76a4b532810d46f 100644
--- a/examples/js/cube.js
+++ b/examples/js/cube.js
@@ -6,9 +6,9 @@
define("main", [
"console",
+ "mojo/services/geometry/public/interfaces/geometry.mojom",
"mojo/services/public/js/application",
"mojo/services/public/interfaces/gpu/command_buffer.mojom",
- "mojo/services/public/interfaces/geometry/geometry.mojom",
"mojo/services/public/interfaces/gpu/gpu.mojom",
"mojo/services/public/interfaces/native_viewport/native_viewport.mojom",
"mojo/services/public/interfaces/gpu/viewport_parameter_listener.mojom",
« no previous file with comments | « examples/ganesh_app/texture_uploader.cc ('k') | examples/keyboard/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698