commit | 15e4e37b0f1046bfa45646b5336805aef062bb14 | [log] [tgz] |
---|---|---|
author | alancutter <alancutter@chromium.org> | Wed Feb 17 06:40:51 2016 |
committer | Commit bot <commit-bot@chromium.org> | Wed Feb 17 06:42:01 2016 |
tree | e05086557add5710b4b20177ed100c8d389b9fe7 | |
parent | 7c406f8ec5f2a67b66bf363ea4e7aff5e698da3b [diff] |
Make Keyframe::PropertySpecificKeyframes RefCounted This change adds ref counting to Keyframe::PropertySpecificKeyframe. This refactor is in preparation for https://codereview.chromium.org/1698093005 which requires multiple owners of a PropertySpecificKeyframe. This patch introduces no change in behaviour. BUG=360473 Review URL: https://codereview.chromium.org/1701813002 Cr-Commit-Position: refs/heads/master@{#375813}