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

Unified Diff: third_party/WebKit/Source/platform/graphics/ColorSpace.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/ColorSpace.h
diff --git a/third_party/WebKit/Source/platform/graphics/ColorSpace.h b/third_party/WebKit/Source/platform/graphics/ColorSpace.h
index 1956f2770c003b56b59011dcf3585ec5a044052c..43570f17570f26dd847d41c914eeb19fac259a22 100644
--- a/third_party/WebKit/Source/platform/graphics/ColorSpace.h
+++ b/third_party/WebKit/Source/platform/graphics/ColorSpace.h
@@ -46,12 +46,14 @@ namespace ColorSpaceUtilities {
const uint8_t* getConversionLUT(ColorSpace dstColorSpace,
ColorSpace srcColorSpace = ColorSpaceDeviceRGB);
-// Convert a Color assumed to be in the |srcColorSpace| into the |dstColorSpace|.
+// Convert a Color assumed to be in the |srcColorSpace| into the
+// |dstColorSpace|.
Color convertColor(const Color& srcColor,
ColorSpace dstColorSpace,
ColorSpace srcColorSpace = ColorSpaceDeviceRGB);
-// Create a color filter that will convert from |srcColorSpace| into |dstColorSpace|.
+// Create a color filter that will convert from |srcColorSpace| into
+// |dstColorSpace|.
sk_sp<SkColorFilter> createColorSpaceFilter(ColorSpace srcColorSpace,
ColorSpace dstColorSpace);

Powered by Google App Engine
This is Rietveld 408576698