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

Unified Diff: third_party/WebKit/Source/platform/graphics/skia/SkiaUtils.cpp

Issue 2391943002: Rewrap comments to 80 columns in platform/graphics/{compositing,cpu,gpu,skia}/. (Closed)
Patch Set: Another long 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/graphics/skia/SkiaUtils.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/skia/SkiaUtils.cpp b/third_party/WebKit/Source/platform/graphics/skia/SkiaUtils.cpp
index daa68df5c532a8b593e44bbc5d316e266b4c0269..b183a4e69aabfb10c1fc60586062231e0b54db4c 100644
--- a/third_party/WebKit/Source/platform/graphics/skia/SkiaUtils.cpp
+++ b/third_party/WebKit/Source/platform/graphics/skia/SkiaUtils.cpp
@@ -52,7 +52,8 @@ static const struct CompositOpToXfermodeMode {
{CompositeXOR, SkXfermode::kXor_Mode},
{CompositePlusLighter, SkXfermode::kPlus_Mode}};
-// keep this array in sync with WebBlendMode enum in public/platform/WebBlendMode.h
+// Keep this array in sync with the WebBlendMode enum in
+// public/platform/WebBlendMode.h.
static const SkXfermode::Mode gMapBlendOpsToXfermodeModes[] = {
SkXfermode::kClear_Mode, // WebBlendModeNormal
SkXfermode::kMultiply_Mode, // WebBlendModeMultiply

Powered by Google App Engine
This is Rietveld 408576698