commit | db26a1267d57f6d8ef5b2fbdeb519be718fc1760 | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@skia.org> | Mon Sep 15 14:26:57 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Mon Sep 15 14:26:57 2014 -0700 |
tree | d537ad53d9d87e6fc42edf104edf2d6eac1ae4df | |
parent | f0ddf33f1954489d45e4f2d9c8712eac60539c65 [diff] |
SkRecord: clean up comments and 4 bytes per SkRecord. Just happened to notice these while skimming through. The comments are a little out of date; now that we have visit/mutate, we do need O(1) random access. The constructor arguments are flexibility we're not using. BUG=skia: R=fmalita@google.com Author: mtklein@skia.org Review URL: https://codereview.chromium.org/569373002