Chromium Code Reviews| Index: src/core/SkBlitter.h |
| diff --git a/src/core/SkBlitter.h b/src/core/SkBlitter.h |
| index 7cf8301a4a8828efc635624fc5cd40a4cc134ef8..83e2e4e6ba65ee4cd984bd1ea91b695f65b630fb 100644 |
| --- a/src/core/SkBlitter.h |
| +++ b/src/core/SkBlitter.h |
| @@ -130,7 +130,7 @@ public: |
| static SkBlitter* ChooseSprite(const SkBitmap& device, |
| const SkPaint&, |
| - const SkBitmap& src, |
| + const SkPixmap& src, |
| int left, int top, |
| SkTBlitterAllocator*); |
| ///@} |