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

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

Issue 2773533002: Add a progress indicator to the VR omnibox (Closed)
Patch Set: Created 3 years, 9 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 622d008557af250df245d7e49031a23e46fabf81..53ece4c58ef57555a46530a6dbba867823fdef55 100644
--- a/chrome/browser/resources/vr_shell/vr_shell_ui.html
+++ b/chrome/browser/resources/vr_shell/vr_shell_ui.html
@@ -55,9 +55,11 @@ found in the LICENSE file.
<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 id="omnibox-border">
+ <div id="omnibox-contents">
+ <div id="omnibox-clear-button"></div>
+ <input id="omnibox-input-field" type="url"></input>
+ </div>
</div>
</div>
<div id="back-indicator" class="gesture-indicator ui-element"></div>
« 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