Closed
Description
IdNamespace allocation is managed within webrender instance . Therefore there could be a case that different RenderApi could have same namespace_id between different webrender instances.
It causes the problem like Bug 1405241 on gecko since gecko assumes unique IdNamespace even between different webrender instances.
I am not sure if the problem should be addressed gecko side or webrender side.