Chromium Code Reviews| Index: base/gfx/png_encoder.cc | 
| diff --git a/base/gfx/png_encoder.cc b/base/gfx/png_encoder.cc | 
| index 2130770a6ad467905969a7aa4200e8f8ebe3ebb7..0513429f8b7faf355ece4f311e16b208cdc2b78e 100755 | 
| --- a/base/gfx/png_encoder.cc | 
| +++ b/base/gfx/png_encoder.cc | 
| @@ -203,4 +203,3 @@ bool PNGEncoder::EncodeBGRASkBitmap(const SkBitmap& input, | 
| PNGEncoder::FORMAT_BGRA, input.width(), input.height(), | 
| input.rowBytes(), discard_transparency, output); | 
| } | 
| - |