Chromium Code Reviews| 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 291202eb69fadc6ac0f4c692888f668818ac064f..0fc765dadd76abd2966e89967bffd4a7d66cbaf5 100644 |
| --- a/chrome/browser/resources/vr_shell/vr_shell_ui.html |
| +++ b/chrome/browser/resources/vr_shell/vr_shell_ui.html |
| @@ -22,5 +22,9 @@ found in the LICENSE file. |
| <body> |
| </body> |
| <!-- Run script after creating body, to let it add its own elements. --> |
| + |
| + |
|
bshe
2016/10/05 00:01:40
nit: remove extra empty line
cjgrant
2016/10/05 15:21:11
Done.
|
| +<script src="native_api.js"></script> |
| +<script src="scene.js"></script> |
| <script src="vr_shell_ui.js"></script> |
| </html> |