Index: Source/platform/graphics/ImageBuffer.cpp |
diff --git a/Source/platform/graphics/ImageBuffer.cpp b/Source/platform/graphics/ImageBuffer.cpp |
index f325ad1ecfb117ac7ac1c0f2d999c44650af5c87..829896fc446f812efe45d7216dcf7232ffdee5ab 100644 |
--- a/Source/platform/graphics/ImageBuffer.cpp |
+++ b/Source/platform/graphics/ImageBuffer.cpp |
@@ -238,14 +238,8 @@ bool ImageBuffer::copyRenderingResultsFromDrawingBuffer(DrawingBuffer* drawingBu |
context3D->flush(); |
- bool result = drawingBuffer->copyToPlatformTexture(context3D, textureId, GL_RGBA, |
+ return drawingBuffer->copyToPlatformTexture(context3D, textureId, GL_RGBA, |
GL_UNSIGNED_BYTE, 0, true, false, sourceBuffer); |
- |
- if (result) { |
- m_surface->didModifyBackingTexture(); |
- } |
- |
- return result; |
} |
void ImageBuffer::draw(GraphicsContext* context, const FloatRect& destRect, const FloatRect* srcPtr, SkXfermode::Mode op) |