| Index: third_party/WebKit/Source/modules/canvas2d/BaseRenderingContext2D.cpp
|
| diff --git a/third_party/WebKit/Source/modules/canvas2d/BaseRenderingContext2D.cpp b/third_party/WebKit/Source/modules/canvas2d/BaseRenderingContext2D.cpp
|
| index d4409a2a8425c0aaf981afb5c8de755f3ff8b20a..8f073eebbc20949e3f752eb8548e39a92b5e2e93 100644
|
| --- a/third_party/WebKit/Source/modules/canvas2d/BaseRenderingContext2D.cpp
|
| +++ b/third_party/WebKit/Source/modules/canvas2d/BaseRenderingContext2D.cpp
|
| @@ -1082,7 +1082,7 @@ void BaseRenderingContext2D::drawImageInternal(PaintCanvas* c,
|
| if (!imageSource->isVideoElement()) {
|
| imageFlags.setAntiAlias(shouldDrawImageAntialiased(dstRect));
|
| image->draw(c, imageFlags, dstRect, srcRect, DoNotRespectImageOrientation,
|
| - Image::DoNotClampImageToSourceRect, drawImageColorBehavior());
|
| + Image::DoNotClampImageToSourceRect);
|
| } else {
|
| c->save();
|
| c->clipRect(dstRect);
|
|
|