RESOLVED FIXED Bug 37594
Factor code to paint into an update chunk out into a separate function.
https://bugs.webkit.org/show_bug.cgi?id=37594
Summary Factor code to paint into an update chunk out into a separate function.
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.