Index: third_party/WebKit/Source/platform/graphics/paint/PaintController.h |
diff --git a/third_party/WebKit/Source/platform/graphics/paint/PaintController.h b/third_party/WebKit/Source/platform/graphics/paint/PaintController.h |
index 2e789edc90e4153587f76fda2c710013fb478f7d..9e3693fbd70b0a0889ca231e86d64c25f21c6915 100644 |
--- a/third_party/WebKit/Source/platform/graphics/paint/PaintController.h |
+++ b/third_party/WebKit/Source/platform/graphics/paint/PaintController.h |
@@ -43,7 +43,7 @@ public: |
} |
// These methods are called during paint invalidation (or paint if SlimmingPaintSynchronizedPainting is on). |
- void invalidate(const DisplayItemClientWrapper&, PaintInvalidationReason, const IntRect& previousPaintInvalidationRect, const IntRect& newPaintInvalidationRect); |
+ void invalidate(const DisplayItemClientWrapper&, PaintInvalidationReason, const Vector<IntRect>& paintInvalidationRects); |
chrishtr
2015/10/22 00:02:41
If it's a vector, how is Walter's code supposed to
Xianzhu
2015/10/22 01:17:04
This is a good question which actually answers my
|
void invalidateUntracked(DisplayItemClient); |
void invalidateAll(); |