diff options
Diffstat (limited to 'chrome/renderer/paint_aggregator.cc')
-rw-r--r-- | chrome/renderer/paint_aggregator.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/renderer/paint_aggregator.cc b/chrome/renderer/paint_aggregator.cc index 23a9025..7f0b99d 100644 --- a/chrome/renderer/paint_aggregator.cc +++ b/chrome/renderer/paint_aggregator.cc @@ -36,7 +36,7 @@ static const size_t kMaxPaintRects = 5; // If the combined area of paint rects divided by the area of the union of all // paint rects exceeds this threshold, then we will combine the paint rects. -static const float kMaxPaintRectsAreaRatio = 0.3f; +static const float kMaxPaintRectsAreaRatio = 0.5f; PaintAggregator::PendingUpdate::PendingUpdate() {} |