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 ce1a1c41b2761644ddd4d9d28169897918877093..8a4638ac2f7bbc5107e805c07501ac70623d7831 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutView.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutView.h |
@@ -113,7 +113,7 @@ public: |
void mapRectToPaintInvalidationBacking(const LayoutBoxModelObject* paintInvalidationContainer, 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; |