| Index: third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h
|
| diff --git a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h
|
| index 7520b69573d18ae2c473febe81c947b6f7c3b507..8214f2d647c3428c7f7f1a2aed135d47aa0e6d3c 100644
|
| --- a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h
|
| +++ b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h
|
| @@ -113,7 +113,7 @@ public:
|
| // Issue paint invalidations of the appropriate layers when the given Layer starts or stops being composited.
|
| void paintInvalidationOnCompositingChange(PaintLayer*);
|
|
|
| - void fullyInvalidatePaint();
|
| + void fullyInvalidatePaint(bool changeDirectlyCompositedImages = false);
|
|
|
| PaintLayer* rootLayer() const;
|
| GraphicsLayer* rootGraphicsLayer() const;
|
|
|