| Index: third_party/WebKit/Source/platform/graphics/ImageBufferSurface.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/ImageBufferSurface.cpp b/third_party/WebKit/Source/platform/graphics/ImageBufferSurface.cpp
|
| index 34c68bf2dc6ec8a035a7e3e1f83b9e53c45b7e36..df3d5782c17fbf912dfc09ccadbd6bdb6f83bdda 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImageBufferSurface.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImageBufferSurface.cpp
|
| @@ -73,7 +73,7 @@
|
|
|
| void ImageBufferSurface::draw(GraphicsContext* context, const FloatRect& destRect, const FloatRect& srcRect, SkXfermode::Mode op)
|
| {
|
| - RefPtr<SkImage> snapshot = newImageSnapshot(PreferNoAcceleration);
|
| + RefPtr<SkImage> snapshot = newImageSnapshot();
|
| if (!snapshot)
|
| return;
|
|
|
|
|