| Index: chrome/browser/android/vr_shell/ui_elements/transient_url_bar.cc
|
| diff --git a/chrome/browser/android/vr_shell/ui_elements/transient_url_bar.cc b/chrome/browser/android/vr_shell/ui_elements/transient_url_bar.cc
|
| index ad4c4e5c123432437b74771eb570d3a84e389e5a..8d134b132730284ac1b9f5d110a375b481db7385 100644
|
| --- a/chrome/browser/android/vr_shell/ui_elements/transient_url_bar.cc
|
| +++ b/chrome/browser/android/vr_shell/ui_elements/transient_url_bar.cc
|
| @@ -10,10 +10,11 @@
|
| namespace vr_shell {
|
|
|
| TransientUrlBar::TransientUrlBar(
|
| + int id,
|
| int preferred_width,
|
| const base::TimeDelta& timeout,
|
| const base::Callback<void(UiUnsupportedMode)>& failure_callback)
|
| - : TexturedElement(preferred_width),
|
| + : TexturedElement(id, preferred_width),
|
| texture_(base::MakeUnique<UrlBarTexture>(true, failure_callback)),
|
| transience_(this, timeout) {}
|
|
|
|
|