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+

Description Anders Carlsson 2010-04-14 12:23:40 PDT
Factor code to paint into an update chunk out into a separate function.
Comment 1 Anders Carlsson 2010-04-14 12:26:10 PDT
Created attachment 53350 [details]
Patch
Comment 2 Sam Weinig 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.
Comment 3 Anders Carlsson 2010-04-14 12:42:49 PDT
Committed r57596: <http://trac.webkit.org/changeset/57596>