| Index: Source/core/rendering/compositing/CompositedLayerMapping.h
|
| diff --git a/Source/core/rendering/compositing/CompositedLayerMapping.h b/Source/core/rendering/compositing/CompositedLayerMapping.h
|
| index 262b1b6696a7fbd22be5e82edf04478af99f59f8..0183375c2f379260961cc7173ad2d38d7092ea00 100644
|
| --- a/Source/core/rendering/compositing/CompositedLayerMapping.h
|
| +++ b/Source/core/rendering/compositing/CompositedLayerMapping.h
|
| @@ -143,6 +143,7 @@ public:
|
| // a backing store changed.
|
| bool updateRequiresOwnBackingStoreForIntrinsicReasons();
|
|
|
| + void setSquashingContentsNeedDisplay();
|
| void setContentsNeedDisplay();
|
| // r is in the coordinate space of the layer's render object
|
| void setContentsNeedDisplayInRect(const IntRect&);
|
|
|