Bug 67099

Summary: [CG] ImageBufferCG should handle IOSurface allocation failure gracefully
Product: WebKit Reporter: Matthew Delaney <mdelaney7>
Component: CanvasAssignee: Matthew Delaney <mdelaney7>
Status: RESOLVED FIXED    
Severity: Normal CC: mdelaney7, simon.fraser, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch1 simon.fraser: review+

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.