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

Unified Diff: third_party/WebKit/Source/platform/image-decoders/ImageFrame.cpp

Issue 2385993002: Rewrap comments to 80 columns in Source/platform/image-decoders/. (Closed)
Patch Set: Rewrite comment 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
Index: third_party/WebKit/Source/platform/image-decoders/ImageFrame.cpp
diff --git a/third_party/WebKit/Source/platform/image-decoders/ImageFrame.cpp b/third_party/WebKit/Source/platform/image-decoders/ImageFrame.cpp
index a0bf96af55e4b9eb0a40d2cc13cedeba47d84343..a62866e9a8cdac6513f7bedca484daa3b5dd073a 100644
--- a/third_party/WebKit/Source/platform/image-decoders/ImageFrame.cpp
+++ b/third_party/WebKit/Source/platform/image-decoders/ImageFrame.cpp
@@ -106,7 +106,8 @@ bool ImageFrame::takeBitmapDataIfWritable(ImageFrame* other) {
bool ImageFrame::setSizeAndColorProfile(int newWidth,
int newHeight,
const ICCProfile& newIccProfile) {
- // setSizeAndColorProfile() should only be called once, it leaks memory otherwise.
+ // setSizeAndColorProfile() should only be called once, it leaks memory
+ // otherwise.
ASSERT(!width() && !height());
sk_sp<SkColorSpace> colorSpace;

Powered by Google App Engine
This is Rietveld 408576698