commit | d49f48ddf70cb1afcf13b7654457de8a85c12ad2 | [log] [tgz] |
---|---|---|
author | scroggo <scroggo@chromium.org> | Thu Jun 18 06:16:36 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Jun 18 06:16:36 2015 -0700 |
tree | 0eb7986e225f65db4151872f1d16aa59e93e8464 | |
parent | bcd7ab5c0d0e5c3432a9aaeb44f1b703fea94282 [diff] |
Add test for SkRegion::writeToMemory. When calling SkRegion::writeToMemory(NULL), it should return the same number of bytes that it writes when calling SkRegion::writeToMemory(buffer). Add a test to confirm this. BUG=b/21271229 Review URL: https://codereview.chromium.org/1188293002