commit | 5d2fd4465b270ec42d123202e50c33543f9c2083 | [log] [tgz] |
---|---|---|
author | scroggo <scroggo@google.com> | Fri Jan 30 07:14:03 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Fri Jan 30 07:14:04 2015 -0800 |
tree | 2b72f5f157cf8d9d016d8e0974a5e4c09d940a46 | |
parent | c38796634347163e04423102d7cb575606da119f [diff] |
Remove unused hasLocalMatrix. This method is not called anywhere on Android or Chrome, and it has a FIXME that it may not be correct. A client can still getLocalMatrix().isIdentity() if they need this information. (It has the same FIXME, and perhaps we should revisit it. In the meantime, this convenience method is not needed.) Review URL: https://codereview.chromium.org/882443007