color: fast/canvas/webgl/texImage-imageBitmap-from-image fails with --enable-color-correct-rendering |
||
Issue descriptionThese tests are failing when color correct rendering is enabled. * fast/canvas/webgl/texImage-imageBitmap-from-image-resize.html * fast/canvas/webgl/texImage-imageBitmap-from-image.html
,
Jun 12 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/64db61998368ffd368f477a57b749f9a5a0dc9aa commit 64db61998368ffd368f477a57b749f9a5a0dc9aa Author: ccameron <ccameron@chromium.org> Date: Mon Jun 12 08:27:05 2017 color: Convert BitmapImage to sRGB ahead of time We are always sending these images to sRGB canvases, so do the conversion ahead of time. This fixes a bug wherein, when a WebGLRenderingContext reads a BitmapImage it wants the image to be in sRGB (if not-none was requested). We will eventually need to decide how a color-canvas-using WebGLRenderingContext should handle non-sRGB images. BUG= 730983 Review-Url: https://codereview.chromium.org/2924373002 Cr-Commit-Position: refs/heads/master@{#478564} [modify] https://crrev.com/64db61998368ffd368f477a57b749f9a5a0dc9aa/third_party/WebKit/LayoutTests/TestExpectations [modify] https://crrev.com/64db61998368ffd368f477a57b749f9a5a0dc9aa/third_party/WebKit/Source/core/frame/ImageBitmap.cpp
,
Jun 12 2017
|
||
►
Sign in to add a comment |
||
Comment 1 by ccameron@chromium.org
, Jun 8 2017