Index: third_party/WebKit/Source/core/paint/PaintControllerPaintTest.h |
diff --git a/third_party/WebKit/Source/core/paint/PaintControllerPaintTest.h b/third_party/WebKit/Source/core/paint/PaintControllerPaintTest.h |
index 43952c11c50d41f15e3b24237f58e062421407cd..37113160d9137b35d0ebf4d7ca43586e02179190 100644 |
--- a/third_party/WebKit/Source/core/paint/PaintControllerPaintTest.h |
+++ b/third_party/WebKit/Source/core/paint/PaintControllerPaintTest.h |
@@ -55,7 +55,7 @@ protected: |
PaintController& rootPaintController() { return *layoutView().layer()->graphicsLayerBacking()->paintController(); } |
// Expose some document lifecycle steps for checking new display items before commiting. |
- void updateLifecyclePhasesToPaintClean(const LayoutRect* interestRect = nullptr) |
+ void updateLifecyclePhasesToPaintClean(const IntRect* interestRect = nullptr) |
{ |
document().view()->updateLifecyclePhasesInternal(FrameView::OnlyUpToCompositingCleanPlusScrolling, nullptr); |
document().view()->invalidateTreeIfNeededRecursive(); |