commit | f2fe0e03205c4d7f70496ec8c6bea9a82ae88329 | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Wed Jun 10 08:57:28 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Jun 10 08:57:28 2015 -0700 |
tree | 9b7eeff3cef8650aa31bd54f436c25494803e0e9 | |
parent | 55812362f1df3c1f7341f687d5bab0adab8ac954 [diff] |
Remove overly-promiscuous SkNx syntax sugar. I haven't figured out a pithy way to have these apply to only classes originating from SkNx, so let's just remove them. There aren't too many use cases, and it's not really any less readable without them. Semantically, this is a no-op. BUG=skia: Review URL: https://codereview.chromium.org/1167153002