| Index: chrome/browser/android/vr_shell/ui_elements/splash_screen_icon.h
|
| diff --git a/chrome/browser/android/vr_shell/ui_elements/splash_screen_icon.h b/chrome/browser/android/vr_shell/ui_elements/splash_screen_icon.h
|
| index feaf6bea90ab6f220c708b161c821e926dab3689..ab10e401a7a8d39719faa4c885ab250445e8eca6 100644
|
| --- a/chrome/browser/android/vr_shell/ui_elements/splash_screen_icon.h
|
| +++ b/chrome/browser/android/vr_shell/ui_elements/splash_screen_icon.h
|
| @@ -18,7 +18,7 @@ class SplashScreenIconTexture;
|
|
|
| class SplashScreenIcon : public TexturedElement {
|
| public:
|
| - explicit SplashScreenIcon(int preferred_width);
|
| + explicit SplashScreenIcon(int id, int preferred_width);
|
| ~SplashScreenIcon() override;
|
|
|
| void SetSplashScreenIconBitmap(const SkBitmap& bitmap);
|
|
|