| Index: third_party/WebKit/Source/core/layout/ClipRectsCache.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ClipRectsCache.h b/third_party/WebKit/Source/core/layout/ClipRectsCache.h
|
| index 84879df8b85bb15f848aaa49ba0bbb4cb262d67c..7b6c3e2ccb219096982c1ba317fe5eb49634105a 100644
|
| --- a/third_party/WebKit/Source/core/layout/ClipRectsCache.h
|
| +++ b/third_party/WebKit/Source/core/layout/ClipRectsCache.h
|
| @@ -16,8 +16,7 @@
|
| class PaintLayer;
|
|
|
| enum ClipRectsCacheSlot {
|
| - // Relative to the ancestor treated as the root (e.g. transformed layer).
|
| - // Used for hit testing.
|
| + // Relative to the ancestor treated as the root (e.g. transformed layer). Used for hit testing.
|
| RootRelativeClipRects,
|
| RootRelativeClipRectsIgnoringViewportClip,
|
|
|
|
|