Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(173)

Unified Diff: chrome/browser/android/vr_shell/ui_elements/textured_element.h

Issue 2877133002: VR: Add a loading indicator to the scene. (Closed)
Patch Set: Add units to timeout constant. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
};

Powered by Google App Engine
This is Rietveld 408576698