Index: src/core/SkBitmap.cpp |
diff --git a/src/core/SkBitmap.cpp b/src/core/SkBitmap.cpp |
index 825b1dcecad7587a8d0f2520c296f49f254849c9..e12840adab3e1ae86c26f52289c61e9df5d0b10c 100644 |
--- a/src/core/SkBitmap.cpp |
+++ b/src/core/SkBitmap.cpp |
@@ -324,7 +324,7 @@ bool SkBitmap::setAlphaType(SkAlphaType alphaType) { |
if (fAlphaType != alphaType) { |
fAlphaType = SkToU8(alphaType); |
if (fPixelRef) { |
- fPixelRef->notifyPixelsChanged(alphaType); |
+ fPixelRef->changeAlphaType(alphaType); |
} |
} |
return true; |