RESOLVED FIXED Bug 45937
[chromium] ImageLayerChromium texture updates must be clipped to the size of the texture
https://bugs.webkit.org/show_bug.cgi?id=45937
Summary [chromium] ImageLayerChromium texture updates must be clipped to the size of ...
Vangelis Kokkevis
Reported 2010-09-16 17:40:47 PDT
Currently the dirty rect used to update the texture can be larger than the size of the texture which can result in a crash. Dirty rects can get out of sync with image sizes if the compositor is behind in rendering and the Image has changed size in the meantime.
Attachments
Proposed patch (1.64 KB, patch)
2010-09-16 17:47 PDT, Vangelis Kokkevis
jamesr: review+
Vangelis Kokkevis
Comment 1 2010-09-16 17:47:04 PDT
Created attachment 67867 [details] Proposed patch
Vangelis Kokkevis
Comment 2 2010-09-17 09:28:44 PDT
Note You need to log in before you can comment on or make changes to this bug.