diff options
author | reed@google.com <reed@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-16 17:29:48 +0000 |
---|---|---|
committer | reed@google.com <reed@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-16 17:29:48 +0000 |
commit | 20acbd84516c9ba3007c5d5679b7c3ed1e03afc5 (patch) | |
tree | fd8215fe2b85aab1bd5b83cadbf0f0e7f5221d74 /media/test | |
parent | bc54a02266f9c1ef844a346b99d01044af2dbed8 (diff) | |
download | chromium_src-20acbd84516c9ba3007c5d5679b7c3ed1e03afc5.zip chromium_src-20acbd84516c9ba3007c5d5679b7c3ed1e03afc5.tar.gz chromium_src-20acbd84516c9ba3007c5d5679b7c3ed1e03afc5.tar.bz2 |
Use explicit constructor-enums for SkMatrix44, either kUninitialized or kIdentity
for clarity, and to take advantage of the fact that most of the time, we actually
want kUninitialized, which is free (doesn't call setIdentity()) and we set the entire
matrix right after it comes into scope (e.g. set3x3, setTranslate). The plan is to
hide/remove the default constructor in Skia soon.
Review URL: https://codereview.chromium.org/11931017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177163 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/test')
0 files changed, 0 insertions, 0 deletions