WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
110065
[Skia] ImageBuffer::copyImage(...) is broken for scaled ImageBuffers
https://bugs.webkit.org/show_bug.cgi?id=110065
Summary
[Skia] ImageBuffer::copyImage(...) is broken for scaled ImageBuffers
Philip Rogers
Reported
2013-02-17 17:33:01 PST
ImageBuffer::copyImage has the following signature: PassRefPtr<Image> copyImage(BackingStoreCopy = CopyBackingStore, ScaleBehavior = Scaled) const; Unfortunately, ImageBufferSkia does not support ScaleBehavior = Scaled:
http://trac.webkit.org/browser/trunk/Source/WebCore/platform/graphics/skia/ImageBufferSkia.cpp#L198
Therefore, image buffers with resolution scale will not work with copyImage by default on Skia-backed platforms.
Attachments
Add attachment
proposed patch, testcase, etc.
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