| Index: Source/core/layout/ClipRectsCache.h
|
| diff --git a/Source/core/layout/ClipRectsCache.h b/Source/core/layout/ClipRectsCache.h
|
| index 9f60e168d39c8f1da091298ea7509c963209d2d5..9415dbc1107daba338f81557f63e5f1772db5c26 100644
|
| --- a/Source/core/layout/ClipRectsCache.h
|
| +++ b/Source/core/layout/ClipRectsCache.h
|
| @@ -22,6 +22,7 @@ enum ClipRectsCacheSlot {
|
| RootRelativeClipRectsIgnoringViewportClip,
|
|
|
| // Relative to the LayoutView's layer. Used for compositing overlap testing.
|
| + // Computed during the compositing update step (see CompositingInputsUpdater::update).
|
| AbsoluteClipRects,
|
|
|
| // Relative to painting ancestor. Used for painting.
|
|
|