| Index: third_party/WebKit/LayoutTests/fast/canvas/webgl/resources/tex-image-and-sub-image-image-bitmap-utils.js
|
| diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/resources/tex-image-and-sub-image-image-bitmap-utils.js b/third_party/WebKit/LayoutTests/fast/canvas/webgl/resources/tex-image-and-sub-image-image-bitmap-utils.js
|
| index fc01d514a31b2a444bef962ff46befb80fdf2290..aaec6cf125ed6d21c4db2ee0d4ff7137c4b84f30 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/resources/tex-image-and-sub-image-image-bitmap-utils.js
|
| +++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/resources/tex-image-and-sub-image-image-bitmap-utils.js
|
| @@ -73,7 +73,7 @@ function runOneIteration(useTexSubImage2D, bindingTarget, program, bitmap, flipY
|
| loc = gl.getUniformLocation(program, "face");
|
| }
|
|
|
| - var tolerance = (retVal.alpha == 0) ? 0 : 3;
|
| + var tolerance = (retVal.alpha == 0) ? 0 : 2;
|
| if (colorspace == 'default' || colorspace == 'none' || colorspace == 'notprovided')
|
| tolerance = 13; // For linux and win, the tolerance can be 8.
|
| for (var tt = 0; tt < targets.length; ++tt) {
|
|
|