зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1125273 - Disable CompositorVsyncObserver destructor assertion. r=benwa
This commit is contained in:
Родитель
b1c0126e8c
Коммит
771120a4e1
|
@ -228,7 +228,6 @@ CompositorVsyncObserver::CompositorVsyncObserver(CompositorParent* aCompositorPa
|
||||||
|
|
||||||
CompositorVsyncObserver::~CompositorVsyncObserver()
|
CompositorVsyncObserver::~CompositorVsyncObserver()
|
||||||
{
|
{
|
||||||
MOZ_ASSERT(CompositorParent::IsInCompositorThread());
|
|
||||||
MOZ_ASSERT(!mIsObservingVsync);
|
MOZ_ASSERT(!mIsObservingVsync);
|
||||||
// The CompositorVsyncDispatcher is cleaned up before this in the nsBaseWidget, which stops vsync listeners
|
// The CompositorVsyncDispatcher is cleaned up before this in the nsBaseWidget, which stops vsync listeners
|
||||||
mCompositorParent = nullptr;
|
mCompositorParent = nullptr;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче