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

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

Issue 2661823002: NOT FOR REVIEW: A set of patches for Josh to work on top of. (Closed)
Patch Set: Created 3 years, 11 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 | « chrome/browser/resources/vr_shell/vr_shell_ui.css ('k') | chrome/browser/resources/vr_shell/vr_shell_ui.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 7c492ffde064a6b9f8be7a38f939e42636063467..700528854de5ed1867bf96d4b91896704e7259d3 100644
--- a/chrome/browser/resources/vr_shell/vr_shell_ui.html
+++ b/chrome/browser/resources/vr_shell/vr_shell_ui.html
@@ -15,9 +15,10 @@ found in the LICENSE file.
</if>
<title>Vr Shell UIs</title>
<link rel="stylesheet" href="vr_shell_ui.css">
+<link rel="stylesheet" href="vk.css">
<link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
</head>
-<body>
+<body lang="en">
<div id="ui">
<div id="webvr-not-secure-permanent" class="webvr-message-box ui-element">
<div class="webvr-box">
@@ -46,6 +47,19 @@ found in the LICENSE file.
</div>
</div>
</div>
+ <div id="omnibox-ui-element" class="ui-element">
+ <div id="suggestions">
+ <div id="suggestion-4" class="suggestion"></div>
+ <div id="suggestion-3" class="suggestion"></div>
+ <div id="suggestion-2" class="suggestion"></div>
+ <div id="suggestion-1" class="suggestion"></div>
+ <div id="suggestion-0" class="suggestion"></div>
+ </div>
+ <div id="omnibox-url-element">
+ <div id="omnibox-clear-button"></div>
+ <input id="omnibox-input-field" type="url"></input>
+ </div>
+ </div>
<div id="back" class="round-button ui-element">
<div class="button"></div>
<div class="caption">$i18n{back}</div>
@@ -59,6 +73,15 @@ found in the LICENSE file.
<div class="caption">$i18n{forward}</div>
</div>
<div id="reload-ui-button" class="ui-element">Reload UI</div>
+ <div id="vkb-ui-element" class="ui-element" tabIndex="-1">
+ <div id="vkb" class="inputview-container">
+ <div id="numberView" class="inputview-layoutview"></div>
+ <div class="inputview-spacerview"></div>
+ <div class="inputview-layoutview" id="keyboardView" tabIndex="-1"></div>
+ <div class="inputview-spacerview"></div>
+ <div id="specialkeyView" class="inputview-layoutview"></div>
+ </div>
+ </div>
</div>
</body>
@@ -66,4 +89,5 @@ found in the LICENSE file.
<script src="vr_shell_ui_api.js"></script>
<script src="vr_shell_ui_scene.js"></script>
<script src="vr_shell_ui.js"></script>
+<script src="vk.js"></script>
</html>
« no previous file with comments | « chrome/browser/resources/vr_shell/vr_shell_ui.css ('k') | chrome/browser/resources/vr_shell/vr_shell_ui.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698