| Index: Source/platform/graphics/GraphicsContext.cpp
|
| diff --git a/Source/platform/graphics/GraphicsContext.cpp b/Source/platform/graphics/GraphicsContext.cpp
|
| index a4898101cbb7952201a3fe98481ccf3a9270eab5..467535d2c075f696d1d17cb038346e21db60a3e3 100644
|
| --- a/Source/platform/graphics/GraphicsContext.cpp
|
| +++ b/Source/platform/graphics/GraphicsContext.cpp
|
| @@ -944,7 +944,7 @@ void GraphicsContext::drawImage(Image* image, const FloatRect& dest, const Float
|
| // TODO(junov): crbug.com/492187 This code will disable antialiasing
|
| // regardless of whether content is pixel aligned. Is this correct?
|
| // For now, just preserving legacy behavior.
|
| - imagePaint.setAntiAlias(shouldAntialiasImages());
|
| + imagePaint.setAntiAlias(shouldAntialias());
|
| image->draw(m_canvas, imagePaint, dest, src, shouldRespectImageOrientation, Image::ClampImageToSourceRect);
|
| }
|
|
|
|
|