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 333db37c133c9da38edfa0f090da0583f554abe1..0625010da6eb4b6e3c9efa01a230190618111cf0 100644 |
--- a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h |
+++ b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h |
@@ -110,7 +110,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; |