New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 862617 link

Starred by 1 user

Issue metadata

Status: Duplicate
Owner: ----
Closed: Jul 12
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Code references are missing for some platforms

Project Member Reported by danakj@chromium.org, Jul 11

Issue description

Callsites are not being presented on all OS's that they should.

1. Click on YUVVideoDrawQuad::SetNew: https://cs.chromium.org/chromium/src/components/viz/common/quads/yuv_video_draw_quad.h?type=cs&q=ya_tex_size&sq=package:chromium&g=0&l=34&targetos=chromium-chromeos

2. Look at the non-test call hierarchy. It should have a caller on linux, but it doesn't.
3. Change target to chromeos, repeat. See the caller which is https://cs.chromium.org/chromium/src/media/renderers/video_resource_updater.cc?type=cs&sq=package:chromium&targetos=chromium-chromeos&g=0&l=473

This class is compiled on all platforms, so it should not be ChromeOS-only.
 
Mergedinto: 859677
Status: Duplicate (was: Untriaged)
Thanks for the report. We've had a few other reports like this, and the cause is not obvious (e.g. there aren't obvious compilation failures). Hopefully I'll be able to dig into it soon.

Sign in to add a comment