RESOLVED FIXED 144797
Reduce TransformationMatrix copies in MatrixTransformOperation, Matrix3DTransformOperation
https://bugs.webkit.org/show_bug.cgi?id=144797
Summary Reduce TransformationMatrix copies in MatrixTransformOperation, Matrix3DTrans...
Zan Dobersek
Reported 2015-05-08 02:50:52 PDT
Reduce TransformationMatrix copies in MatrixTransformOperation, Matrix3DTransformOperation
Attachments
Patch (4.75 KB, patch)
2015-05-08 02:57 PDT, Zan Dobersek
no flags
Patch for landing (5.24 KB, patch)
2015-05-12 03:14 PDT, Zan Dobersek
no flags
Zan Dobersek
Comment 1 2015-05-08 02:57:44 PDT
Darin Adler
Comment 2 2015-05-10 14:56:54 PDT
Comment on attachment 252715 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=252715&action=review > Source/WebCore/platform/graphics/transforms/Matrix3DTransformOperation.cpp:38 > +static PassRefPtr<TransformOperation> createOperation(TransformationMatrix& to, TransformationMatrix& from, double progress) New functions should not return PassRefPtr. See <http://www.webkit.org/coding/RefPtr.html>. This function should return Ref<TransformOperation>. > Source/WebCore/platform/graphics/transforms/MatrixTransformOperation.cpp:37 > +static PassRefPtr<TransformOperation> createOperation(TransformationMatrix& to, TransformationMatrix& from, double progress) New functions should not return PassRefPtr. See <http://www.webkit.org/coding/RefPtr.html>. This function should return Ref<TransformOperation>.
Zan Dobersek
Comment 3 2015-05-11 11:20:04 PDT
Uploaded a patch for PassRefPtr removal in the TransformOperation hierarchy in bug #144876.
Zan Dobersek
Comment 4 2015-05-12 03:14:18 PDT
Created attachment 252952 [details] Patch for landing
Zan Dobersek
Comment 5 2015-05-12 23:48:46 PDT
Comment on attachment 252952 [details] Patch for landing Clearing flags on attachment: 252952 Committed r184274: <http://trac.webkit.org/changeset/184274>
Zan Dobersek
Comment 6 2015-05-12 23:48:53 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.