Skip to content

Commit 3439323

Browse files
remove testing && false
Change-Id: I87cfeccc7ce624d42b19226de5ff63dd18b65aca Reviewed-on: https://skia-review.googlesource.com/c/skia/+/276279 Commit-Queue: Mike Reed <reed@google.com> Reviewed-by: Mike Reed <reed@google.com>
1 parent 4723724 commit 3439323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/SkRasterPipelineBlitter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ void SkRasterPipelineBlitter::blitRect(int x, int y, int w, int h) {
333333
SkRasterPipeline p(fAlloc);
334334
p.extend(fColorPipeline);
335335
p.append_gamut_clamp_if_normalized(fDst.info());
336-
if (fBlend == SkBlendMode::kSrcOver && false
336+
if (fBlend == SkBlendMode::kSrcOver
337337
&& (fDst.info().colorType() == kRGBA_8888_SkColorType ||
338338
fDst.info().colorType() == kBGRA_8888_SkColorType)
339339
&& !fDst.colorSpace()

0 commit comments

Comments
 (0)