| Index: ui/file_manager/gallery/gallery.html
|
| diff --git a/ui/file_manager/gallery/gallery.html b/ui/file_manager/gallery/gallery.html
|
| index fcbb75dfd695ae1367cf434da1bed3c66fece255..93900d64980d9c01d9fe4b9c075e7fc29acbbb1c 100644
|
| --- a/ui/file_manager/gallery/gallery.html
|
| +++ b/ui/file_manager/gallery/gallery.html
|
| @@ -46,7 +46,10 @@
|
| </div>
|
| <div id="top-toolbar" class="toolbar top tool dimmable">
|
| <div class="filename-spacer">
|
| - <paper-input no-label-float spellcheck="false"></paper-input>
|
| + <!-- Change this to use paper-input after ChromeVox supports shadow DOM. -->
|
| + <paper-input-container id="rename-input" no-label-float>
|
| + <input spellcheck="false"></input>
|
| + </paper-input-container>
|
| </div>
|
| <div class="button-spacer">
|
| <!-- Use button element for edit button to implement toggle button with
|
|
|