Chromium Code Reviews| Index: include/core/SkMallocPixelRef.h |
| diff --git a/include/core/SkMallocPixelRef.h b/include/core/SkMallocPixelRef.h |
| index ce353080c907787ff80c3aa5477a13cf916f34c2..2db81bb31b508f5370a1ae7b728bbb0e3731f198 100644 |
| --- a/include/core/SkMallocPixelRef.h |
| +++ b/include/core/SkMallocPixelRef.h |
| @@ -78,6 +78,7 @@ public: |
| class PRFactory : public SkPixelRefFactory { |
| public: |
| virtual SkPixelRef* create(const SkImageInfo&, |
| + size_t rowBytes, |
| SkColorTable*) SK_OVERRIDE; |
| }; |