| Index: third_party/WebKit/Source/core/paint/HTMLCanvasPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/HTMLCanvasPainter.cpp b/third_party/WebKit/Source/core/paint/HTMLCanvasPainter.cpp
|
| index 50413cc1dc9fb9047176bcccea15ecd48fc64365..b23e8646e009c6c94797699e8fc284dc7c719880 100644
|
| --- a/third_party/WebKit/Source/core/paint/HTMLCanvasPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/HTMLCanvasPainter.cpp
|
| @@ -52,8 +52,8 @@ void HTMLCanvasPainter::paintReplaced(const PaintInfo& paintInfo,
|
| context.clip(FloatRect(contentRect));
|
| }
|
|
|
| - // FIXME: InterpolationNone should be used if ImageRenderingOptimizeContrast is set.
|
| - // See bug for more details: crbug.com/353716.
|
| + // FIXME: InterpolationNone should be used if ImageRenderingOptimizeContrast
|
| + // is set. See bug for more details: crbug.com/353716.
|
| InterpolationQuality interpolationQuality =
|
| m_layoutHTMLCanvas.style()->imageRendering() ==
|
| ImageRenderingOptimizeContrast
|
|
|