[webkit-reviews] review granted: [Bug 37594] Factor code to paint into an update chunk out into a separate function. : [Attachment 53350] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 14 12:40:30 PDT 2010


Sam Weinig <sam at webkit.org> has granted Anders Carlsson <andersca at apple.com>'s
request for review:
Bug 37594: Factor code to paint into an update chunk out into a separate
function.
https://bugs.webkit.org/show_bug.cgi?id=37594

Attachment 53350: Patch
https://bugs.webkit.org/attachment.cgi?id=53350&action=review

------- Additional Comments from Sam Weinig <sam at webkit.org>
>  
> +void DrawingAreaUpdateChunk::paintIntoUpdateChunk(UpdateChunk *updateChunk)


>  private:
> +    void paintIntoUpdateChunk(UpdateChunk *);

* should be on the other side.

otherwise, r=me.


More information about the webkit-reviews mailing list