Chromium Code Reviews| Index: src/core/SkProcSpriteBlitter.cpp |
| diff --git a/src/core/SkProcSpriteBlitter.cpp b/src/core/SkProcSpriteBlitter.cpp |
| index a48192056c79ba1d55641ed1dd35812615460ba3..2b535d947db4343d287486ca82fc45b0f95e1463 100644 |
| --- a/src/core/SkProcSpriteBlitter.cpp |
| +++ b/src/core/SkProcSpriteBlitter.cpp |
| @@ -36,7 +36,7 @@ public: |
| } |
| if fSource.getColorTable()) |
| - fSource.getColorTable()->unlockColors(false); |
| + fSource.getColorTable()->unlockColors(); |
| } |
| private: |