Chromium Code Reviews| Index: include/core/SkMatrix.h |
| diff --git a/include/core/SkMatrix.h b/include/core/SkMatrix.h |
| index b6856d103c57fe45849b51c2d77c5d7449552afa..4cefa30f2806fb56e2fa1a1abf71e9a72d5100f2 100644 |
| --- a/include/core/SkMatrix.h |
| +++ b/include/core/SkMatrix.h |
| @@ -561,7 +561,7 @@ public: |
| // return the number of bytes written, whether or not buffer is null |
| uint32_t writeToMemory(void* buffer) const; |
| // return the number of bytes read |
|
reed1
2013/10/25 14:42:46
// Please document what 'length' is used for.
sugoi1
2013/10/25 14:59:02
Done.
|
| - uint32_t readFromMemory(const void* buffer); |
| + uint32_t readFromMemory(const void* buffer, uint32_t length); |
| SkDEVCODE(void dump() const;) |
| SkDEVCODE(void toString(SkString*) const;) |