| 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 0a8e984433b0e1df62f44c5b121f62be3b40e769..fca8f3e56f81be11c6256264a65826c647b2a8f4 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 mapToVisibleRectInContainerSpace(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;
|
|
|