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

Unified Diff: third_party/WebKit/Source/platform/image-encoders/PNGImageEncoder.h

Issue 2392623002: reflow comments in platform/image-encoders (Closed)
Patch Set: Created 4 years, 2 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 | « no previous file | third_party/WebKit/Source/platform/image-encoders/PNGImageEncoder.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/image-encoders/PNGImageEncoder.h
diff --git a/third_party/WebKit/Source/platform/image-encoders/PNGImageEncoder.h b/third_party/WebKit/Source/platform/image-encoders/PNGImageEncoder.h
index cb6e068f66e25ee67b2bd49d17c94fe9dc3cb5dc..95263b6da46bf5f35ec63aa0f66a85ab66ea681d 100644
--- a/third_party/WebKit/Source/platform/image-encoders/PNGImageEncoder.h
+++ b/third_party/WebKit/Source/platform/image-encoders/PNGImageEncoder.h
@@ -72,7 +72,8 @@ class PLATFORM_EXPORT PNGImageEncoder {
STATIC_ONLY(PNGImageEncoder);
public:
- // Encode the input data with default compression quality. See also https://crbug.com/179289
+ // Encode the input data with default compression quality. See also
+ // https://crbug.com/179289
static bool encode(const ImageDataBuffer&, Vector<unsigned char>* output);
// Functions for progressive image encoding
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/image-encoders/PNGImageEncoder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698