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

Unified Diff: chrome/browser/resources/vr_shell/vr_shell_ui.html

Issue 2434013002: Implement a means of letting native VR Shell control the HTML UI. (Closed)
Patch Set: Impelement a means of letting native VR Shell control the HTML UI. Created 4 years, 2 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
Index: chrome/browser/resources/vr_shell/vr_shell_ui.html
diff --git a/chrome/browser/resources/vr_shell/vr_shell_ui.html b/chrome/browser/resources/vr_shell/vr_shell_ui.html
index 2d354ef33a8ce4a65b8eaf39990d7dca0467bd86..7d1f469fec15ff027b11252142260d734780f0bd 100644
--- a/chrome/browser/resources/vr_shell/vr_shell_ui.html
+++ b/chrome/browser/resources/vr_shell/vr_shell_ui.html
@@ -45,6 +45,7 @@ found in the LICENSE file.
</body>
<!-- Run script after creating body, to let it add its own elements. -->
+<script src="chrome://resources/js/cr.js"></script>
<script src="vr_shell_ui_api.js"></script>
<script src="vr_shell_ui_scene.js"></script>
<script src="vr_shell_ui.js"></script>

Powered by Google App Engine
This is Rietveld 408576698