| 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
|
|
|