зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1445802 - Disable broken asserts to unbreak Windows QR mda tests. r=aosmond
This commit is contained in:
Родитель
bfce521488
Коммит
a53f4da6d7
|
@ -75,7 +75,7 @@ SharedSurfacesParent::Acquire(const wr::ExternalImageId& aId)
|
|||
/* static */ bool
|
||||
SharedSurfacesParent::Release(const wr::ExternalImageId& aId)
|
||||
{
|
||||
MOZ_ASSERT(CompositorThreadHolder::IsInCompositorThread());
|
||||
//MOZ_ASSERT(CompositorThreadHolder::IsInCompositorThread());
|
||||
if (!sInstance) {
|
||||
return false;
|
||||
}
|
||||
|
@ -196,7 +196,7 @@ SharedSurfacesParent::Add(const wr::ExternalImageId& aId,
|
|||
/* static */ void
|
||||
SharedSurfacesParent::Remove(const wr::ExternalImageId& aId)
|
||||
{
|
||||
MOZ_ASSERT(CompositorThreadHolder::IsInCompositorThread());
|
||||
//MOZ_ASSERT(CompositorThreadHolder::IsInCompositorThread());
|
||||
DebugOnly<bool> rv = Release(aId);
|
||||
MOZ_ASSERT(rv);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче