DescriptionAllow painting multiple paint rects.
Previously, if there was no scrolling, then we would always paint the union of
any invalidations. With this change, if the area of the invalidation rects is
sufficiently less than the area of the union, then we will just paint the
individual invalidation rects.
This may regress page cycler performance (see http://crbug.com/29589).
R=brettw
BUG=50303
TEST=updated unit tests
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=68403
Patch Set 1 #
Total comments: 1
Patch Set 2 : '' #Patch Set 3 : '' #
Total comments: 1
Messages
Total messages: 8 (0 generated)
|