Backed out 6 changesets (bug 1561178) for profile guided optimization build fail in artifacts\\profdata.tar.xz. On a CLOSED TREE

Backed out changeset 2150f683f8a8 (bug 1561178)
Backed out changeset 059c79722bcb (bug 1561178)
Backed out changeset 6f206fecaa56 (bug 1561178)
Backed out changeset d449e8c96753 (bug 1561178)
Backed out changeset 557f55a90c8a (bug 1561178)
Backed out changeset e1521d8fbe90 (bug 1561178)
This commit is contained in:
Daniel Varga
2019-06-27 08:19:28 +03:00
parent 011a985310
commit e64271b079
21 changed files with 88 additions and 253 deletions

View File

@@ -24,10 +24,6 @@ GPUVideoTextureHost::~GPUVideoTextureHost() {
GPUVideoTextureHost* GPUVideoTextureHost::CreateFromDescriptor(
TextureFlags aFlags, const SurfaceDescriptorGPUVideo& aDescriptor) {
// In the future when the RDD process has a PVideoBridge connection,
// then there might be two VideoBridgeParents (one within the GPU process,
// one from RDD). We'll need to flag which one to use to lookup our
// descriptor, or just try both.
TextureHost* wrappedTextureHost =
VideoBridgeParent::GetSingleton()->LookupTexture(aDescriptor.handle());
if (!wrappedTextureHost) {