Index: third_party/WebKit/Source/core/layout/LayoutBox.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.h b/third_party/WebKit/Source/core/layout/LayoutBox.h |
index 99c342b09fb7bc2f96d986827575ba24c5d1232d..feafedf6bcee56b9e49198f62ec0d5c97150b288 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBox.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutBox.h |
@@ -1035,8 +1035,8 @@ private: |
bool autoWidthShouldFitContent() const; |
LayoutUnit shrinkToFitLogicalWidth(LayoutUnit availableLogicalWidth, LayoutUnit bordersPlusPadding) const; |
- // Returns true if we queued up a paint invalidation. |
- bool invalidatePaintOfLayerRectsForImage(WrappedImagePtr, const FillLayer&, bool drawingBackground); |
+ // Returns true if we queued up a non-delayed full paint invalidation. |
+ bool invalidatePaintOfImageLayers(WrappedImagePtr, const FillLayer&); |
bool stretchesToViewportInQuirksMode() const; |
bool skipContainingBlockForPercentHeightCalculation(const LayoutBox* containingBlock) const; |