RESOLVED FIXED 67099
[CG] ImageBufferCG should handle IOSurface allocation failure gracefully
https://bugs.webkit.org/show_bug.cgi?id=67099
Summary [CG] ImageBufferCG should handle IOSurface allocation failure gracefully
Matthew Delaney
Reported 2011-08-28 20:55:35 PDT
In ImageBufferCG ctor, if IOSurface creation fails we just bail out, but instead should just attempt the create a backing store via the (old) non-accel path.
Attachments
patch1 (2.50 KB, patch)
2011-08-28 22:08 PDT, Matthew Delaney
simon.fraser: review+
Matthew Delaney
Comment 1 2011-08-28 20:55:49 PDT
Matthew Delaney
Comment 2 2011-08-28 22:08:13 PDT
Simon Fraser (smfr)
Comment 3 2011-08-28 22:33:41 PDT
Comment on attachment 105459 [details] patch1 View in context: https://bugs.webkit.org/attachment.cgi?id=105459&action=review > Source/WebCore/ChangeLog:9 > + No new tests - doesn't change behavior. > + Sure it does, just not in a way that's easily testable.
Matthew Delaney
Comment 4 2011-08-29 15:52:42 PDT
Note You need to log in before you can comment on or make changes to this bug.