commit | 13391dd97209f36c71bc18cc75084f74c2f6af15 | [log] [tgz] |
---|---|---|
author | robertphillips <robertphillips@google.com> | Fri Oct 30 05:15:11 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Fri Oct 30 05:15:11 2015 -0700 |
tree | c15373507f44eb353f3a46cebb059fab57366b85 | |
parent | 8a3760f8b2ce8ded477ba90dd8e1522b1df441b8 [diff] |
Minor cleanup of clip mask manager Follow up to https://codereview.chromium.org/1418073005/ (Remove gpu-side clip mask merging from clip mask manager). The path renderer chain is only ever allocated when it is about to be used (so the delayed initialization doesn't buy us anything). We can now reduce the lifetime of the pipelineBuilder in createAlphaClipMask Review URL: https://codereview.chromium.org/1416113006