| Index: chrome/browser/android/vr_shell/ui_elements/loading_indicator.cc
|
| diff --git a/chrome/browser/android/vr_shell/ui_elements/loading_indicator.cc b/chrome/browser/android/vr_shell/ui_elements/loading_indicator.cc
|
| index 7a2add7468f586a439926a18e4fed70b0c34b7cd..211ec34e88a4ce32df19c54ac161d1a735544e6b 100644
|
| --- a/chrome/browser/android/vr_shell/ui_elements/loading_indicator.cc
|
| +++ b/chrome/browser/android/vr_shell/ui_elements/loading_indicator.cc
|
| @@ -14,8 +14,8 @@ namespace {
|
| static constexpr int kVisibilityTimeoutMs = 200;
|
| }
|
|
|
| -LoadingIndicator::LoadingIndicator(int preferred_width)
|
| - : TexturedElement(preferred_width),
|
| +LoadingIndicator::LoadingIndicator(int id, int preferred_width)
|
| + : TexturedElement(id, preferred_width),
|
| texture_(base::MakeUnique<LoadingIndicatorTexture>()) {
|
| set_visible(false);
|
| }
|
|
|