commit | 6beeb8f3cc323dabed0905920a336ed77aa5c46d | [log] [tgz] |
---|---|---|
author | robertphillips <robertphillips@google.com> | Mon Nov 10 08:48:29 2014 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Mon Nov 10 08:48:29 2014 -0800 |
tree | dbb1f941fa968d2f97d2ca1d11d276170bf1c4e8 | |
parent | ebb4fa3ee3ee10d436b51ec32192de6700792349 [diff] |
Small refactoring of layer discovery code This CL removes CollectLayers' reliance on having the top most picture (by removing the unused fPictureID member). This then allows making CollectLayers' API closer to that of SkRecordFillBounds in order to facilitate using them interchangeably. Review URL: https://codereview.chromium.org/714533002