| Index: third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
|
| diff --git a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
|
| index f471f2c6b93084c446512fad46fe492d3d642df0..7561252d91f8639381a8c5fb54b839a025326dd7 100644
|
| --- a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
|
| +++ b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
|
| @@ -127,7 +127,7 @@ public:
|
| void setSquashingContentsNeedDisplay();
|
| void setContentsNeedDisplay();
|
| // LayoutRect is in the coordinate space of the layer's layout object.
|
| - void setContentsNeedDisplayInRect(const LayoutRect&, PaintInvalidationReason);
|
| + void setContentsNeedDisplayInRect(const LayoutRect&, PaintInvalidationReason, const DisplayItemClient&);
|
|
|
| void invalidateDisplayItemClient(const DisplayItemClient&, PaintInvalidationReason);
|
|
|
|
|