WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
90178
[Qt] Remove unnecessary AffineTransform construction while calling Pattern::createPlatformPattern
https://bugs.webkit.org/show_bug.cgi?id=90178
Summary
[Qt] Remove unnecessary AffineTransform construction while calling Pattern::c...
Bruno Abinader (history only)
Reported
2012-06-28 07:13:09 PDT
Qt currently ignores the const AffineTransform& parameter on Pattern::createPlatformPattern, so removing it from all its Qt calls and changing the function signature if platform is Qt would be a good fix.
Attachments
Proposed patch
(7.64 KB, patch)
2012-06-28 07:16 PDT
,
Bruno Abinader (history only)
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Bruno Abinader (history only)
Comment 1
2012-06-28 07:16:59 PDT
Created
attachment 149949
[details]
Proposed patch This patch fixes the issue by removing all unused calls for AffineTransform. I also thought about adding a clear AffineTransform object as default parameter for the Pattern::createPlatformPattern function, but it would still be creating an unused object on Qt afterall. What do you guys think?
WebKit Review Bot
Comment 2
2012-06-28 18:45:53 PDT
Comment on
attachment 149949
[details]
Proposed patch Clearing flags on attachment: 149949 Committed
r121503
: <
http://trac.webkit.org/changeset/121503
>
WebKit Review Bot
Comment 3
2012-06-28 18:46:00 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.
Top of Page
Format For Printing
XML
Clone This Bug