| Index: chrome/browser/android/vr_shell/ui_elements/splash_screen_icon.cc
|
| diff --git a/chrome/browser/android/vr_shell/ui_elements/splash_screen_icon.cc b/chrome/browser/android/vr_shell/ui_elements/splash_screen_icon.cc
|
| index dc67480323e9ff1c6f0146de95eb2f2a1707e313..8b7e69fa9d0346512c81741635e8350877e745b6 100644
|
| --- a/chrome/browser/android/vr_shell/ui_elements/splash_screen_icon.cc
|
| +++ b/chrome/browser/android/vr_shell/ui_elements/splash_screen_icon.cc
|
| @@ -9,8 +9,8 @@
|
|
|
| namespace vr_shell {
|
|
|
| -SplashScreenIcon::SplashScreenIcon(int preferred_width)
|
| - : TexturedElement(preferred_width),
|
| +SplashScreenIcon::SplashScreenIcon(int id, int preferred_width)
|
| + : TexturedElement(id, preferred_width),
|
| texture_(base::MakeUnique<SplashScreenIconTexture>()) {}
|
|
|
| SplashScreenIcon::~SplashScreenIcon() = default;
|
|
|