New issue
Advanced search Search tips

Issue 654147 link

Starred by 2 users

Issue metadata

Status: WontFix
Owner:
Closed: Oct 2016
Cc:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

OutputSurface capability flipped_output_surface is redundant

Project Member Reported by danakj@chromium.org, Oct 8 2016

Issue description

OutputSurface capability flipped_output_surface is redundant and also exposed as (OutputSurface::Caps::uses_default_gl_framebuffer && OutputSurface::context_provider()::Caps::flips_vertically).

  if (capabilities_.uses_default_gl_framebuffer) {
    capabilities_.flipped_output_surface =
        context_provider()->ContextCapabilities().flips_vertically;
  }

 
Description: Show this description

Comment 2 by danakj@chromium.org, Oct 26 2016

Status: WontFix (was: Assigned)
I think this got better with making everything pure virtual actually.

Sign in to add a comment