commit | f0c986503b982cfbd4d859573c11bc2a154b42f5 | [log] [tgz] |
---|---|---|
author | ssid <ssid@chromium.org> | Wed Sep 30 04:31:23 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Sep 30 04:31:23 2015 -0700 |
tree | d866b873bd06634a572f9358d23c06a4ae5b183b | |
parent | b39abc4d7661733edeaad379dddac75defe67dd4 [diff] |
Add support for light dumps in SkTraceMemoryDump interface. SkGlyphCache dumps too many glyphs, and to reduce the trace size, RequestDetails enum is added to SkTraceMemoryDump interface. This would tell caches to dump only requested details or not a detailed dump. BUG=499731 Review URL: https://codereview.chromium.org/1310123007