commit | 98b8485a4cc911420e20af2670d21a5478a06264 | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Tue Apr 21 15:23:59 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue Apr 21 15:24:00 2015 -0700 |
tree | 4a2fa7f3eba5368bd32656d4e1cffdfa8287f870 | |
parent | 5ae0e2b56373b67a0fe6a0f9d7a0373712d1fa63 [diff] |
O(1) SkPictureUtils::ApproxBytesUsed() Chrome wants to call this more often, and it's quite slow today. Seems like this could be clearer if SkPictureUtils::ApproxBytesUsed() were SkPicture::approxBytesUsed(). BUG=chromium:471873 Review URL: https://codereview.chromium.org/1090943004