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

Unified Diff: chrome/browser/android/vr_shell/ui_scene_manager.cc

Issue 2841333003: VR: Make webVR insecure content warning look more like M58 warning. (Closed)
Patch Set: Address comments 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
« no previous file with comments | « chrome/browser/android/vr_shell/textures/insecure_content_transient_texture.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/vr_shell/ui_scene_manager.cc
diff --git a/chrome/browser/android/vr_shell/ui_scene_manager.cc b/chrome/browser/android/vr_shell/ui_scene_manager.cc
index b2aadfb32b2b6fc35e9afbeed8cef08b2fa70b53..0aff75f1a708e5a98228f165e8d308123f7434c8 100644
--- a/chrome/browser/android/vr_shell/ui_scene_manager.cc
+++ b/chrome/browser/android/vr_shell/ui_scene_manager.cc
@@ -36,7 +36,7 @@ UiSceneManager::UiSceneManager(UiScene* scene)
element->id = id++;
element->name = "Permanent security warning";
element->fill = vr_shell::Fill::NONE;
- element->size = {0.226f, 0.078f, 1};
+ element->size = {0.224f, 0.070f, 1};
cjgrant 2017/04/28 17:35:13 Should join the set of constants above.
amp 2017/04/28 18:01:34 Looks like this just hasn't been rebased yet. Thi
mthiesse 2017/04/28 18:30:23 Done.
element->scale = {kWarningDistance, kWarningDistance, 1};
element->translation = {0, kWarningDistance * sin(kWarningAngleRadians),
-kWarningDistance * cos(kWarningAngleRadians)};
« no previous file with comments | « chrome/browser/android/vr_shell/textures/insecure_content_transient_texture.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698