| Index: chrome/browser/android/vr_shell/ui_elements/system_indicator.h
|
| diff --git a/chrome/browser/android/vr_shell/ui_elements/system_indicator.h b/chrome/browser/android/vr_shell/ui_elements/system_indicator.h
|
| index d103abb57994a6faf613986941c478754ea4b582..f45e7e2fe058ffb2f45203daea305e5b1643e573 100644
|
| --- a/chrome/browser/android/vr_shell/ui_elements/system_indicator.h
|
| +++ b/chrome/browser/android/vr_shell/ui_elements/system_indicator.h
|
| @@ -17,7 +17,8 @@ class UiTexture;
|
|
|
| class SystemIndicator : public TexturedElement {
|
| public:
|
| - explicit SystemIndicator(int preferred_width,
|
| + explicit SystemIndicator(int id,
|
| + int preferred_width,
|
| float heigh_meters,
|
| const gfx::VectorIcon& icon,
|
| int string_id);
|
|
|