Bug 4924

Summary: GraphicsContextMac should use CGContext as much as possible rather than NSGraphicsContext
Product: WebKit Reporter: Darin Adler <darin>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Enhancement CC: eric, mitz
Priority: P3    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
patch to move to CGContext, some other small improvements adele: review-

Description Darin Adler 2005-09-10 14:53:22 PDT
Using CGContext directly will be simpler, and probably faster.
Comment 1 Darin Adler 2005-09-10 14:54:14 PDT
Created attachment 3851 [details]
patch to move to CGContext, some other small improvements
Comment 2 Maciej Stachowiak 2005-09-13 03:43:32 PDT
Comment on attachment 3851 [details]
patch to move to CGContext, some other small improvements

r=me

_fillRectXX finally meets its maker!
Comment 3 Adele Peterson 2005-09-16 11:09:09 PDT
Chris measured a performance regression that he tracked down to this bug.  I'm reopening so we can 
address the performance issue.
Comment 4 Darin Adler 2006-05-03 14:48:21 PDT
We're doing this again as of my recent check-in -- I don't think we'll see the performance regression this time.