Bug 37594

Summary: Factor code to paint into an update chunk out into a separate function.
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch sam: review+

Anders Carlsson
Reported 2010-04-14 12:23:40 PDT
Factor code to paint into an update chunk out into a separate function.
Attachments
Patch (4.58 KB, patch)
2010-04-14 12:26 PDT, Anders Carlsson
sam: review+
Anders Carlsson
Comment 1 2010-04-14 12:26:10 PDT
Sam Weinig
Comment 2 2010-04-14 12:40:31 PDT
Comment on attachment 53350 [details] Patch > > +void DrawingAreaUpdateChunk::paintIntoUpdateChunk(UpdateChunk *updateChunk) > private: > + void paintIntoUpdateChunk(UpdateChunk *); * should be on the other side. otherwise, r=me.
Anders Carlsson
Comment 3 2010-04-14 12:42:49 PDT
Note You need to log in before you can comment on or make changes to this bug.