| 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>
|
|
|