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

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: Rebase onto render text change. 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 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);
};

Powered by Google App Engine
This is Rietveld 408576698