diff options
Diffstat (limited to 'chrome/renderer/paint_aggregator.h')
-rw-r--r-- | chrome/renderer/paint_aggregator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/renderer/paint_aggregator.h b/chrome/renderer/paint_aggregator.h index d1af49b..9a595be 100644 --- a/chrome/renderer/paint_aggregator.h +++ b/chrome/renderer/paint_aggregator.h @@ -50,6 +50,7 @@ class PaintAggregator { gfx::Rect ScrollPaintRect(const gfx::Rect& paint_rect, int dx, int dy) const; bool ShouldInvalidateScrollRect(const gfx::Rect& rect) const; void InvalidateScrollRect(); + void CombinePaintRects(); PendingUpdate update_; }; |