WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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-
Details
Formatted Diff
Diff
Patch for landing
(12.31 KB, patch)
2013-04-04 13:43 PDT
,
Chris Dumez
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Chris Dumez
Comment 1
2013-04-04 12:06:38 PDT
Created
attachment 196501
[details]
Patch
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
Committed
r147683
: <
http://trac.webkit.org/changeset/147683
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug