Index: Source/platform/graphics/ImageBuffer.cpp |
diff --git a/Source/platform/graphics/ImageBuffer.cpp b/Source/platform/graphics/ImageBuffer.cpp |
index e1e626a8b72539b2a32fc82078cea613a0e4c017..ebf6bc0985d6cc93281a1463b28efd86fde56e39 100644 |
--- a/Source/platform/graphics/ImageBuffer.cpp |
+++ b/Source/platform/graphics/ImageBuffer.cpp |
@@ -241,7 +241,6 @@ bool ImageBuffer::copyRenderingResultsFromDrawingBuffer(DrawingBuffer* drawingBu |
context3D->flush(); |
- m_surface->invalidateCachedBitmap(); |
bool result = drawingBuffer->copyToPlatformTexture(context3D, textureId, GL_RGBA, |
GL_UNSIGNED_BYTE, 0, true, false, sourceBuffer); |