Bug 1531294 Comment 23 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

By Bug 1526213, WebRenderBridgeParent::RecvEmptyTransaction() had a bug. It does not handle a case that resource update is handled by WebRenderTextureHostWrapper. In this case, txn.IsResourceUpdatesEmpty() becomes true and the function thought there is no resource update. Then it caused over production at SharedSurface_ANGLEShareHandle().
By Bug 1526213, WebRenderBridgeParent::RecvEmptyTransaction() had a bug. It does not handle a case that resource update is handled by WebRenderTextureHostWrapper. In this case, txn.IsResourceUpdatesEmpty() becomes true and the function thought there is no resource update and returned did composite soon to client side. Then it caused over production at SharedSurface_ANGLEShareHandle().
By Bug 1526213, WebRenderBridgeParent::RecvEmptyTransaction() had a bug. It does not handle a case that resource update is handled by WebRenderTextureHostWrapper. In this case, txn.IsResourceUpdatesEmpty() became true and the function thought there was no resource update and returned did composite soon to client side. Then it caused over production at SharedSurface_ANGLEShareHandle().
By Bug 1526213, WebRenderBridgeParent::RecvEmptyTransaction() had a bug. It does not handle a case that resource update is handled by WebRenderTextureHostWrapper. In this case, txn.IsResourceUpdatesEmpty() became true and the function thought there was no resource update and the function returned did composite soon to client side. Then it caused over production at SharedSurface_ANGLEShareHandle().
By Bug 1526213, WebRenderBridgeParent::RecvEmptyTransaction() had a bug. It does not handle a case that resource update is handled by WebRenderTextureHostWrapper. In this case, txn.IsResourceUpdatesEmpty() became true and the function thought there was no resource update and the function returned DidComposite soon to client side. Then it caused over production at SharedSurface_ANGLEShareHandle().

Back to Bug 1531294 Comment 23