WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
86915
BitmapImage::BitmapImage(CGImageRef, ImageObserver*) needs to set m_sizeRespectingOrientation
https://bugs.webkit.org/show_bug.cgi?id=86915
Summary
BitmapImage::BitmapImage(CGImageRef, ImageObserver*) needs to set m_sizeRespe...
Pratik Solanki
Reported
2012-05-18 15:51:24 PDT
The above constructor sets m_haveSize field of BitmapImage to true, but it fails to set m_sizeRespectingOrientation. Code that uses that constructor will fail to load image (because image size is 0x0) when shouldRespectImageOrientation is enabled.
Attachments
Patch
(1.68 KB, patch)
2012-05-18 16:05 PDT
,
Pratik Solanki
oliver
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Pratik Solanki
Comment 1
2012-05-18 15:53:14 PDT
<
rdar://problem/11477182
>
Pratik Solanki
Comment 2
2012-05-18 16:05:39 PDT
Created
attachment 142811
[details]
Patch
Pratik Solanki
Comment 3
2012-05-18 16:34:08 PDT
Committed
r117656
: <
http://trac.webkit.org/changeset/117656
>
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