summaryrefslogtreecommitdiff
path: root/external/skia/fix-alpha-difference-copy.patch.1
diff options
context:
space:
mode:
Diffstat (limited to 'external/skia/fix-alpha-difference-copy.patch.1')
-rw-r--r--external/skia/fix-alpha-difference-copy.patch.12
1 files changed, 1 insertions, 1 deletions
diff --git a/external/skia/fix-alpha-difference-copy.patch.1 b/external/skia/fix-alpha-difference-copy.patch.1
index a691f8f57334..5a08d092e5d3 100644
--- a/external/skia/fix-alpha-difference-copy.patch.1
+++ b/external/skia/fix-alpha-difference-copy.patch.1
@@ -3,7 +3,7 @@ index 6ae7893681..3878eb3b81 100644
--- a/src/core/SkBlitter_Sprite.cpp
+++ b/src/core/SkBlitter_Sprite.cpp
@@ -179,7 +179,7 @@ SkBlitter* SkBlitter::ChooseSprite(const SkPixmap& dst, const SkPaint& paint,
- SkASSERT(allocator != nullptr);
+ SkASSERT(alloc != nullptr);
// TODO: in principle SkRasterPipelineSpriteBlitter could be made to handle this.
- if (source.alphaType() == kUnpremul_SkAlphaType) {