| 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 d154e48c009dd9e9d18e4b5a116ecfa987fecef1..a450200528d929dbd0b68a0062b613cedb76f811 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/skia/SkiaUtils.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/skia/SkiaUtils.cpp
|
| @@ -55,7 +55,7 @@ static const struct CompositOpToXfermodeMode {
|
| // Keep this array in sync with the WebBlendMode enum in
|
| // public/platform/WebBlendMode.h.
|
| static const SkBlendMode gMapBlendOpsToXfermodeModes[] = {
|
| - SkBlendMode::kClear, // WebBlendModeNormal
|
| + SkBlendMode::kSrcOver, // WebBlendModeNormal
|
| SkBlendMode::kMultiply, // WebBlendModeMultiply
|
| SkBlendMode::kScreen, // WebBlendModeScreen
|
| SkBlendMode::kOverlay, // WebBlendModeOverlay
|
|
|