Index: third_party/WebKit/Source/core/layout/LayoutView.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutView.h b/third_party/WebKit/Source/core/layout/LayoutView.h |
index 7fee537cc7d6e9cbc496bbe58d8aee71a8d0a750..27a9d50397ee168a24c039a70224ed09a7134563 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutView.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutView.h |
@@ -114,7 +114,7 @@ public: |
void mapToVisibleRectInAncestorSpace(const LayoutBoxModelObject* ancestor, LayoutRect&, const PaintInvalidationState*) const override; |
void adjustViewportConstrainedOffset(LayoutRect&, ViewportConstrainedPosition) const; |
- void invalidatePaintForViewAndCompositedLayers(); |
+ void invalidatePaintForViewAndCompositedLayers(bool changeDirectlyCompositedImages = false); |
void paint(const PaintInfo&, const LayoutPoint&) const override; |
void paintBoxDecorationBackground(const PaintInfo&, const LayoutPoint&) const override; |