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

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

Issue 2843993002: VR: Remove unnecessary transparency support from VR compositor. (Closed)
Patch Set: 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/vr_compositor.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/vr_shell.cc
diff --git a/chrome/browser/android/vr_shell/vr_shell.cc b/chrome/browser/android/vr_shell/vr_shell.cc
index 83360fb6de812064333aa0e8bb6f447a605a9bda..1917ddbef19bccb8195c63e9dc0a1d1bd400e840 100644
--- a/chrome/browser/android/vr_shell/vr_shell.cc
+++ b/chrome/browser/android/vr_shell/vr_shell.cc
@@ -88,7 +88,7 @@ VrShell::VrShell(JNIEnv* env,
bool reprojected_rendering)
: vr_shell_enabled_(base::FeatureList::IsEnabled(features::kVrShell)),
window_(window),
- compositor_(base::MakeUnique<VrCompositor>(window_, false)),
+ compositor_(base::MakeUnique<VrCompositor>(window_)),
delegate_provider_(delegate),
main_thread_task_runner_(base::ThreadTaskRunnerHandle::Get()),
reprojected_rendering_(reprojected_rendering),
« no previous file with comments | « chrome/browser/android/vr_shell/vr_compositor.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698