Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(459)

Unified Diff: base/gfx/png_encoder.cc

Issue 42011: Normalize end of file newlines in base/. All files end in a single newline. (Closed)
Patch Set: Revert changed to third_party. Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/gfx/png_encoder.h ('k') | base/gfx/point.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
-
« no previous file with comments | « base/gfx/png_encoder.h ('k') | base/gfx/point.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698