| 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 d2858f33b2f9363886b2114a7e1d8dea2fed8e77..0fe6c8e5a0b833677771a2f6f6a92a458da15a29 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);
|
| };
|
|
|