[Webkit-unassigned] [Bug 17442] Correct Windows Cairo (GraphicsContext) implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 22 20:17:16 PST 2008


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





------- Comment #4 from mrowe at apple.com  2008-02-22 20:17 PDT -------
This patch completely broke the non-Windows case.  Unconditional calls such as:

m_data->save();

are using method which are declared:

#if PLATFORM(WIN)
     // On Windows, we need to update the HDC for form controls to draw in the
right place.
     void save();


I'm going to roll this out so it can be addressed.


-- 
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