Index: third_party/WebKit/WebCore/platform/graphics/skia/ImageBufferSkia.cpp |
=================================================================== |
--- third_party/WebKit/WebCore/platform/graphics/skia/ImageBufferSkia.cpp (revision 8367) |
+++ third_party/WebKit/WebCore/platform/graphics/skia/ImageBufferSkia.cpp (working copy) |
@@ -63,6 +63,9 @@ |
m_data.m_platformContext.setCanvas(&m_data.m_canvas); |
m_context.set(new GraphicsContext(&m_data.m_platformContext)); |
+#if PLATFORM(WIN_OS) |
+ m_context->platformContext()->setDrawingToImageBuffer(true); |
+#endif |
// Make the background transparent. It would be nice if this wasn't |
// required, but the canvas is currently filled with the magic transparency |