RESOLVED FIXED 113945
[Cairo] Stop passing raw pointers to BitmapImage::create()
https://bugs.webkit.org/show_bug.cgi?id=113945
Summary [Cairo] Stop passing raw pointers to BitmapImage::create()
Chris Dumez
Reported 2013-04-04 11:56:56 PDT
BitmapImage::create() now takes a PassRefPtr<cairo_surface_t> in argument instead of a cairo_surface_t*. Several call sites have not been updated because they were compiling and I missed them. We should stop silently converting cairo_surface_t* to PassRefPtr<cairo_surface_t> when calling BitmapImage::create().
Attachments
Patch (11.57 KB, patch)
2013-04-04 12:06 PDT, Chris Dumez
mrobinson: review+
cdumez: commit-queue-
Patch for landing (12.31 KB, patch)
2013-04-04 13:43 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2013-04-04 12:06:38 PDT
Chris Dumez
Comment 2 2013-04-04 13:36:31 PDT
Comment on attachment 196501 [details] Patch GTK build error. I'll investigate.
Chris Dumez
Comment 3 2013-04-04 13:43:53 PDT
Created attachment 196517 [details] Patch for landing minor fix for GTK build.
Chris Dumez
Comment 4 2013-04-04 16:57:48 PDT
Note You need to log in before you can comment on or make changes to this bug.