RESOLVED FIXED 132661
Use system defaults for hardware jpeg decoding
https://bugs.webkit.org/show_bug.cgi?id=132661
Summary Use system defaults for hardware jpeg decoding
Pratik Solanki
Reported 2014-05-07 13:50:35 PDT
Use system defaults for hardware jpeg decoding
Attachments
Patch (7.25 KB, patch)
2014-05-07 13:52 PDT, Pratik Solanki
thorton: review+
Pratik Solanki
Comment 1 2014-05-07 13:52:43 PDT
Pratik Solanki
Comment 2 2014-05-07 13:53:14 PDT
Tim Horton
Comment 3 2014-05-07 13:54:27 PDT
Comment on attachment 231019 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=231019&action=review > Source/WebKit/mac/WebView/WebViewPrivate.h:-468 > -+ (void)_setAcceleratedImageDecoding:(BOOL)enabled; > -+ (BOOL)_acceleratedImageDecoding; Please triple check that these aren't used anywhere.
Pratik Solanki
Comment 4 2014-05-07 16:28:14 PDT
(In reply to comment #3) > (From update of attachment 231019 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=231019&action=review > > > Source/WebKit/mac/WebView/WebViewPrivate.h:-468 > > -+ (void)_setAcceleratedImageDecoding:(BOOL)enabled; > > -+ (BOOL)_acceleratedImageDecoding; > > Please triple check that these aren't used anywhere. Good catch. I did find one client. I am going to leave _setAcceleratedImageDecoding as an empty method.
Pratik Solanki
Comment 5 2014-05-07 16:29:47 PDT
Note You need to log in before you can comment on or make changes to this bug.