commit | 9b222a5ddd3b39ca191d8443bade6052cdcb713d | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Thu Sep 18 11:16:31 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Sep 18 11:16:31 2014 -0700 |
tree | fff7161506200f4018fd170c14c3a38f18cb3c5c | |
parent | a10742c69ce47d346e3cf23e7be909c9f29b401e [diff] |
Simplify a little in SkRecords.h: - ACT_AS_PTR can just expose const methods to get at the pointers. (If the thing stored must stay const, we pass a const T.) - DrawPatch works fine with Record# macros, so use Record5. BUG=skia: R=fmalita@google.com, mtklein@google.com Author: mtklein@chromium.org Review URL: https://codereview.chromium.org/585523003