| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[html-in-canvas] Fix nested canvas invalidations
This patch fixes a bug in `LayoutHTMLCanvas::InvalidatePaint` where
composited canvases would not invalidate under html-in-canvas. The
issue was that `HTMLCanvasElement::ShouldBeDirectComposited` would
return true, skipping paint invalidation. This function has been
renamed to `ShouldSkipPaintInvalidation` to reflect what it does, and
has been updated to return false for nested canvas. Some tests have
been renamed to clarify nested canvas vs nested layoutsubtree canvas.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |