| 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 5491f423ea7e1987b503b13c04266f2048eecb77..b1b377b7eb0348aed51bc8b21ed5d938b6bbdf7b 100644
|
| --- a/chrome/browser/android/vr_shell/ui_elements/textured_element.h
|
| +++ b/chrome/browser/android/vr_shell/ui_elements/textured_element.h
|
| @@ -39,6 +39,7 @@ class TexturedElement : public UiElement {
|
| gfx::Size texture_size_;
|
| GLuint texture_handle_;
|
| int maximum_width_;
|
| + bool initialized_ = false;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(TexturedElement);
|
| };
|
|
|