| Index: chrome/browser/android/vr_shell/ui_elements/textured_element.h
|
| diff --git a/chrome/browser/android/vr_shell/ui_elements/textured_element.h b/chrome/browser/android/vr_shell/ui_elements/textured_element.h
|
| index f3e1411f5d7a4a7cc2c159b261738ff3308e24d2..982e6c9f1728b66475ea26f79eb6091e26f74542 100644
|
| --- a/chrome/browser/android/vr_shell/ui_elements/textured_element.h
|
| +++ b/chrome/browser/android/vr_shell/ui_elements/textured_element.h
|
| @@ -21,7 +21,7 @@ class TexturedElement : public UiElement {
|
| // |preferred_width| is the element's desired width in meters. Constraints
|
| // implied by the texture being rendered may or may not allow it to be
|
| // rendered exactly at the preferred width.
|
| - explicit TexturedElement(int maximum_width);
|
| + explicit TexturedElement(int id, int maximum_width);
|
| ~TexturedElement() override;
|
|
|
| void Initialize() final;
|
|
|