| Index: third_party/WebKit/Source/platform/testing/PaintPropertyTestHelpers.h
|
| diff --git a/third_party/WebKit/Source/platform/testing/PaintPropertyTestHelpers.h b/third_party/WebKit/Source/platform/testing/PaintPropertyTestHelpers.h
|
| index 8a74c398ba7e386153ff1d71e718ba6e376f03fb..9c7661e47ca61defeaf095e95aa55fbf7c3a9357 100644
|
| --- a/third_party/WebKit/Source/platform/testing/PaintPropertyTestHelpers.h
|
| +++ b/third_party/WebKit/Source/platform/testing/PaintPropertyTestHelpers.h
|
| @@ -20,7 +20,7 @@ static inline PassRefPtr<EffectPaintPropertyNode> createOpacityOnlyEffect(
|
| const_cast<ClipPaintPropertyNode*>(parent->outputClip());
|
| return EffectPaintPropertyNode::create(
|
| std::move(parent), std::move(localTransformSpace), std::move(outputClip),
|
| - CompositorFilterOperations(), opacity);
|
| + CompositorFilterOperations(), opacity, SkBlendMode::kSrcOver);
|
| }
|
|
|
| static inline PaintChunkProperties defaultPaintChunkProperties() {
|
|
|