Descriptionblink::TransformationMatrix implement create methods
TransformationMatrix is currently unsupported by Oilpan.
Muliple classes on Oilpan have an OwnPtr<TransformationMatrix> member.
To tidy up these classes and references, it is prefered to have
create methods on TransformationMatrix, rather than having
adoptPtr(new TransformationMatrix...)
That is,
adoptPtr(new TransformationMatrix) -> TransformationMatrix::create
BUG=
Committed: https://crrev.com/a0e5d2909f6d158a4538b017fa51587ada5b41b1
Cr-Commit-Position: refs/heads/master@{#374285}
Patch Set 1 #Patch Set 2 : Change adoptPtr -> create for missed class #
Total comments: 2
Patch Set 3 : Remove TransfromationMatrix::create(const AffineTransform&) #
Messages
Total messages: 26 (9 generated)
|