Bug 37594 - Factor code to paint into an update chunk out into a separate function.
Summary: Factor code to paint into an update chunk out into a separate function.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-14 12:23 PDT by Anders Carlsson
Modified: 2010-04-14 12:42 PDT (History)
0 users

See Also:


Attachments
Patch (4.58 KB, patch)
2010-04-14 12:26 PDT, Anders Carlsson
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>