Code-Review | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Commit-Queue | +2 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[Blink] Move ImageBitmap resource provider from CRCHost to context
The only subtle part is ensuring that the resource provider continues to
be reset at every relevant place where
OffscreenCanvas::DiscardResources() is called (note:
ImageBitmapRenderingContextBase sets a resource provider *only* for
offscreen canvas).
They are:
* Dispose() [1]
* from within ImageBitmap context itself in Reset()
The other calls are all for other context types and/or
HTMLCanvasElement.
[1] https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/offscreencanvas/offscreen_canvas.cc;l=123?q=offscreen_canvas.cc&ss=chromium
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |