Skip to content
  • glevin's avatar
    Handle large wallpaper decoding in utility process: · d9d0e601
    glevin authored
    Images over 32M pixels exceed IPC message limit size.  In ChromeContentUtilityClient::DecodeImage(), cut image dimensions in half to minimize quality loss and allow decoded image to be returned via IPC message.
    
    BUG=366825
    TEST=ChromeContentUtilityClientTest.DecodeImageSizeLimit; Set ChromeOS wallpaper using JPGs attached to bug
    
    Review URL: https://codereview.chromium.org/482163002
    
    Cr-Commit-Position: refs/heads/master@{#296407}
    d9d0e601