New issue
Advanced search Search tips

Issue 760212 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Aug 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug

Blocking:
issue 760181



Sign in to add a comment

ContentBrowserTests-Viz: RenderThreadImplBrowserTest

Project Member Reported by jonr...@chromium.org, Aug 29 2017

Issue description

RenderThreadImplBrowserTest has a dependency on components/viz/common/resources/buffer_to_texture_target_map.h

Find out how the Viz process split impacts this test, and update.
 
I think that should be OK, things in the common directory can be used from the client.
Status: WontFix (was: Untriaged)
Good to know!

In this particular case it is just using this to set command line flags, which would be used elsewhere:

cmd->AppendSwitchASCII(
        switches::kContentImageTextureTarget,
        viz::BufferToTextureTargetMapToString(
            viz::DefaultBufferToTextureTargetMapForTesting()));

Marking this as WontFix, since fsamuel@ says it should be fine. But I'll keep an eye on it once the spli happens
components/viz/common/ is available

Comment 4 by laforge@google.com, Nov 8 2017

Components: -Internals>Viz Internals>Services>Viz
Migrating from Internals>Viz to Internals>Services>Viz.

Sign in to add a comment