Chromium Code Reviews| Index: Source/core/layout/ClipRectsCache.h |
| diff --git a/Source/core/layout/ClipRectsCache.h b/Source/core/layout/ClipRectsCache.h |
| index 8c907723c49ef3e3c57ac256bc133bf0b21b5930..e1283346649a3c99082e9a7ebcb55166333c205d 100644 |
| --- a/Source/core/layout/ClipRectsCache.h |
| +++ b/Source/core/layout/ClipRectsCache.h |
| @@ -18,6 +18,7 @@ class DeprecatedPaintLayer; |
| enum ClipRectsCacheSlot { |
| // Relative to the ancestor treated as the root (e.g. transformed layer). Used for hit testing. |
| RootRelativeClipRects, |
| + RootRelativeClipRectsIgnoringViewportClip, |
|
esprehn
2015/06/16 23:02:01
Sigh, this makes every DPL bigger.
|
| // Relative to the LayoutView's layer. Used for compositing overlap testing. |
| AbsoluteClipRects, |