| Index: Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.h
|
| diff --git a/Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.h b/Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.h
|
| index aa2ee8520e348ae948eb927340b53f64edb07b0a..4bcb62776182298950d0c8353ea2cd1d9d81b189 100644
|
| --- a/Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.h
|
| +++ b/Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.h
|
| @@ -301,7 +301,7 @@ private:
|
|
|
| // Clear the groupedMapping entry on the layer at the given index, only if that layer does
|
| // not appear earlier in the set of layers for this object.
|
| - void clearLayerGroupingIfNoPrecedingEntry(size_t);
|
| + bool invalidateLayerIfNoPrecedingEntry(size_t);
|
|
|
| DeprecatedPaintLayer& m_owningLayer;
|
|
|
|
|