[Webkit-unassigned] [Bug 51687] [Qt] GraphicsContext::getCTM() does not need to make a copy of QPainter::combinedTransform()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 28 13:43:58 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=51687


Eric Seidel <eric at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #77575|review?, commit-queue?      |review+, commit-queue+
               Flag|                            |




--- Comment #2 from Eric Seidel <eric at webkit.org>  2010-12-28 13:43:58 PST ---
(From update of attachment 77575)
View in context: https://bugs.webkit.org/attachment.cgi?id=77575&action=review

> WebCore/platform/graphics/qt/GraphicsContextQt.cpp:292
>      return AffineTransform(matrix.m11(), matrix.m12(), matrix.m21(),

Why don't we just have a AffineTransform(const QTransform&) constructor which is compiled on Qt?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list