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

Unified Diff: third_party/WebKit/Source/platform/testing/PaintPropertyTestHelpers.h

Issue 2564193002: [SPv2] Add CSS mix-blend-mode support (Closed)
Patch Set: update test expectations Created 4 years 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/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() {

Powered by Google App Engine
This is Rietveld 408576698