Chromium Code Reviews| Index: skia/ext/bitmap_platform_device_win.cc |
| =================================================================== |
| --- skia/ext/bitmap_platform_device_win.cc (revision 123041) |
| +++ skia/ext/bitmap_platform_device_win.cc (working copy) |
| @@ -136,8 +136,6 @@ |
| // obviously wrong so it will be noticable when it is not cleared |
| bitmap.eraseARGB(255, 0, 255, 128); // bright bluish green |
| #endif |
| - } else { |
| - bitmap.eraseARGB(0, 0, 0, 0); |
| } |
| } |