[webkit-reviews] review granted: [Bug 95855] [chromium] We should accelerate all transformations, except when we must blend matrices that cannot be decomposed. : [Attachment 162260] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 6 19:21:00 PDT 2012


James Robinson <jamesr at chromium.org> has granted vollick at chromium.org's request
for review:
Bug 95855: [chromium] We should accelerate all transformations, except when we
must blend matrices that cannot be decomposed.
https://bugs.webkit.org/show_bug.cgi?id=95855

Attachment 162260: Patch
https://bugs.webkit.org/attachment.cgi?id=162260&action=review

------- Additional Comments from James Robinson <jamesr at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=162260&action=review


> Source/Platform/chromium/public/WebTransformationMatrix.h:82
> +    bool blend(const WebTransformationMatrix& from, double progress);

add WEBKIT_EXPORT here too (the rest of the functions will have this for you on
ToT)


More information about the webkit-reviews mailing list