[Webkit-unassigned] [Bug 12301] New: Fix the Qt build after submit 18904

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 17 07:34:48 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12301

           Summary: Fix the Qt build after submit 18904
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Other
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Critical
          Priority: P1
         Component: Images
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: lars at trolltech.com


Needs a review, as the fix touches some cross platform code. It moves some
methods from ImageCG.cpp into Image.cpp, makes the new drawPattern method
virtual, so we can have an optimised implementation for BitmapImage, and splits
draw() up into a cross platform part that checks whether it can do a solid fill
instead and only after that calls a drawNative method on Image.


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



More information about the webkit-unassigned mailing list