Chromium Code Reviews| Index: webkit/glue/webframe_impl.cc |
| =================================================================== |
| --- webkit/glue/webframe_impl.cc (revision 10202) |
| +++ webkit/glue/webframe_impl.cc (working copy) |
| @@ -1494,10 +1494,6 @@ |
| skia::BitmapPlatformDevice& device = |
| static_cast<skia::BitmapPlatformDevice&>(canvas.getTopPlatformDevice()); |
| -#if defined(OS_WIN) |
| - device.fixupAlphaBeforeCompositing(); |
| -#endif |
| - |
| image->reset(new skia::BitmapPlatformDevice(device)); |
| return true; |
| } |