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

Unified Diff: third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.h

Issue 2398453002: Rewrap comments to 80 columns in Source/platform/graphics/. (Closed)
Patch Set: Review feedback 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/graphics/DecodingImageGenerator.h
diff --git a/third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.h b/third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.h
index 6b2f09c2e8329e9cffeaf5e83c6171d39edd7570..fb2a0732b6c982abb84fd3caa256da1750a08dc5 100644
--- a/third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.h
+++ b/third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.h
@@ -41,9 +41,9 @@ namespace blink {
class ImageFrameGenerator;
-// Implements SkImageGenerator, used by SkPixelRef to populate a discardable memory
-// with a decoded image frame. ImageFrameGenerator does the actual decoding.
-//
+// Implements SkImageGenerator, used by SkPixelRef to populate a discardable
+// memory with a decoded image frame. ImageFrameGenerator does the actual
+// decoding.
class PLATFORM_EXPORT DecodingImageGenerator final : public SkImageGenerator {
USING_FAST_MALLOC(DecodingImageGenerator);
WTF_MAKE_NONCOPYABLE(DecodingImageGenerator);

Powered by Google App Engine
This is Rietveld 408576698