Index: src/core/SkPixelRef.cpp |
diff --git a/src/core/SkPixelRef.cpp b/src/core/SkPixelRef.cpp |
index 56bcc9a792ff8a6fab70d9f7ff944992b3c1427a..8e0f21280c0da11087d105a358360dd4c54f689a 100644 |
--- a/src/core/SkPixelRef.cpp |
+++ b/src/core/SkPixelRef.cpp |
@@ -365,7 +365,6 @@ void SkPixelRef::setTemporarilyImmutable() { |
void SkPixelRef::restoreMutability() { |
SkASSERT(fMutability != kImmutable); |
fMutability = kMutable; |
- this->notifyPixelsChanged(); // This is just precautionary. |
} |
bool SkPixelRef::readPixels(SkBitmap* dst, const SkIRect* subset) { |