| Index: Source/WebCore/platform/graphics/gpu/DrawingBuffer.cpp
|
| ===================================================================
|
| --- Source/WebCore/platform/graphics/gpu/DrawingBuffer.cpp (revision 88412)
|
| +++ Source/WebCore/platform/graphics/gpu/DrawingBuffer.cpp (working copy)
|
| @@ -84,12 +84,10 @@
|
| }
|
|
|
| if (m_multisampleFBO) {
|
| - m_context->bindFramebuffer(GraphicsContext3D::FRAMEBUFFER, m_multisampleFBO);
|
| m_context->deleteFramebuffer(m_multisampleFBO);
|
| m_multisampleFBO = 0;
|
| }
|
|
|
| - m_context->bindFramebuffer(GraphicsContext3D::FRAMEBUFFER, m_fbo);
|
| m_context->deleteFramebuffer(m_fbo);
|
| m_fbo = 0;
|
| }
|
|
|