RESOLVED FIXED61954
[chromium] Compositor HUD should respect mapTexSubImage2D returning NULL
https://bugs.webkit.org/show_bug.cgi?id=61954
Summary [chromium] Compositor HUD should respect mapTexSubImage2D returning NULL
Adrienne Walker
Reported 2011-06-02 13:09:54 PDT
[chromium] Compositor HUD should respect mapTexSubImage2D returning NULL
Attachments
Patch (2.32 KB, patch)
2011-06-02 13:13 PDT, Adrienne Walker
jamesr: review+
Adrienne Walker
Comment 1 2011-06-02 13:13:59 PDT
James Robinson
Comment 2 2011-06-02 14:02:24 PDT
Comment on attachment 95795 [details] Patch Looks good. Is there any reasonable way to share the CCHeadsUpDisplay uploading logic with the code we use for content layers so we don't have to do this stuff twice?
Adrienne Walker
Comment 3 2011-06-02 14:09:44 PDT
We could probably add a tiler to the CCHeadsUpDisplay and replace all the drawing and uploading code. That looked like a lot more invasive of a change, so I thought I'd just fix the crash initially and consider refactoring later.
Adrienne Walker
Comment 4 2011-06-02 15:14:20 PDT
Note You need to log in before you can comment on or make changes to this bug.