summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/paint_aggregator.cc
Commit message (Expand)AuthorAgeFilesLines
* Handle the case of two scroll events cancelling each other out.darin@chromium.org2009-12-111-0/+6
* Reduce kMaxPaintRects to test impact on single-core bot.darin@chromium.org2009-12-091-1/+1
* Limit the total number of paint rects.darin@chromium.org2009-12-091-9/+48
* Coalesce damage rects that share an edge.darin@chromium.org2009-12-071-14/+23
* Preserve optimized scrolling in the presence of multiple animating rects.darin@chromium.org2009-12-041-35/+133
* Refactors RenderWidget to extract a PaintAggregator class.darin@chromium.org2009-11-191-0/+105