New issue
Advanced search Search tips

Issue 699330 link

Starred by 3 users

Issue metadata

Status: Assigned
Owner:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 3
Type: Bug
Proj-XR



Sign in to add a comment

MailboxToSurfaceBridge: ensure surface is compatible with default

Project Member Reported by klausw@chromium.org, Mar 8 2017

Issue description

See crrev.com/2729523002 for context:

MailboxToSurfaceBridge::CreateSurface(...) {
  // Our attributes must be compatible with the shared offscreen
  // surface used by virtualized contexts, otherwise mailbox
  // synchronization doesn't work properly - it assumes a shared
  // underlying GL context. 

Can we use GetCompositorContextAttributes from 
content/browser/renderer_host/compositor_impl_android.cc to avoid 
duplicate configuration? This would need a public content compositor.h
export similar to that added in crrev.com/2731833002.
 
Status: Assigned (was: Untriaged)
Components: Blink>WebXR
Removing Blink>WebVR component and assigning to Blink>WebXR 
Components: -Blink>WebVR

Sign in to add a comment