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

Unified Diff: chrome/browser/android/vr_shell/textures/insecure_content_permanent_texture.h

Issue 2817663003: Rendering text on insecure-site warnings for WebVR (Closed)
Patch Set: build workaround Created 3 years, 8 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/textures/insecure_content_permanent_texture.h
diff --git a/chrome/browser/android/vr_shell/textures/insecure_content_permanent_texture.h b/chrome/browser/android/vr_shell/textures/insecure_content_permanent_texture.h
index 1b1353f1e0f2d68015a19bd596784e70bc9e7966..d492b1d58dc5dcff8a906fe3daf3f67f525931ee 100644
--- a/chrome/browser/android/vr_shell/textures/insecure_content_permanent_texture.h
+++ b/chrome/browser/android/vr_shell/textures/insecure_content_permanent_texture.h
@@ -19,6 +19,7 @@ class InsecureContentPermanentTexture : public UITexture {
void SetSize() override;
int height_;
+ int width_;
};
} // namespace vr_shell
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/textures/insecure_content_permanent_texture.cc » ('j') | ui/gfx/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698