xxfxxf / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
0 stars 0 forks source link

Improve redraw performance #360

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The current paint implementation discards/recreates the canvas instead of 
resizing and reusing as appropriate. Also, we can use OS functions to scroll 
the canvas instead of always repainting the whole view.

Original issue reported on code.google.com by magreenb...@gmail.com on 3 Oct 2011 at 1:19

GoogleCodeExporter commented 9 years ago
Fixed in revision 299.

Original comment by magreenb...@gmail.com on 3 Oct 2011 at 3:49

GoogleCodeExporter commented 9 years ago
Additional fixes in revision 319, revision 326, revision 342, revision 364.

Original comment by magreenb...@gmail.com on 8 Nov 2011 at 4:23

GoogleCodeExporter commented 9 years ago
Windows improvements added in revision 368.

Original comment by magreenb...@gmail.com on 9 Nov 2011 at 8:10

GoogleCodeExporter commented 9 years ago
Mac updated to use regions in revision 377.

Original comment by magreenb...@gmail.com on 14 Nov 2011 at 5:48