Index: third_party/WebKit/Source/core/layout/LayoutObject.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h |
index 6ee0b9bdce6c9cb1861d67f1e2495f7034223b09..0c53c6423b36bd87f0c6f34c6e9a3427dc384611 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutObject.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutObject.h |
@@ -1033,6 +1033,7 @@ public: |
void invalidatePaintForOverflowIfNeeded(); |
void invalidatePaintIncludingNonCompositingDescendants(); |
+ void invalidatePaintIncludingNonLayerDescendants(); |
void setShouldDoFullPaintInvalidationIncludingNonCompositingDescendants(); |
// Returns the rect that should have paint invalidated whenever this object changes. The rect is in the view's |
@@ -1470,7 +1471,8 @@ private: |
inline void invalidateContainerPreferredLogicalWidths(); |
- void invalidatePaintIncludingNonCompositingDescendantsInternal(const LayoutBoxModelObject& repaintContainer); |
+ void invalidatePaintOfPreviousPaintInvalidationRect(const LayoutBoxModelObject& paintInvalidationContainer, PaintInvalidationReason) const; |
+ void invalidatePaintIncludingNonLayerDescendantsInternal(const LayoutBoxModelObject& paintInvalidationContainer); |
LayoutRect previousSelectionRectForPaintInvalidation() const; |
void setPreviousSelectionRectForPaintInvalidation(const LayoutRect&); |