| Index: third_party/WebKit/Source/core/paint/ClipRectsCache.h
|
| diff --git a/third_party/WebKit/Source/core/paint/ClipRectsCache.h b/third_party/WebKit/Source/core/paint/ClipRectsCache.h
|
| index 3b54ee96fc836ec2cb750d686bcc05d898de4419..259f1c08e9680bd09fefa6119ca0f8026bda058b 100644
|
| --- a/third_party/WebKit/Source/core/paint/ClipRectsCache.h
|
| +++ b/third_party/WebKit/Source/core/paint/ClipRectsCache.h
|
| @@ -46,7 +46,7 @@ class ClipRectsCache {
|
| {
|
| }
|
| const PaintLayer* root;
|
| - RefPtr<ClipRects> clipRects;
|
| + ClipRects clipRects;
|
| #if DCHECK_IS_ON()
|
| OverlayScrollbarClipBehavior overlayScrollbarClipBehavior;
|
| #endif
|
|
|