| 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 0fb9aae76d51c80171862bd18f796ed8076954f1..3b54ee96fc836ec2cb750d686bcc05d898de4419 100644
|
| --- a/third_party/WebKit/Source/core/paint/ClipRectsCache.h
|
| +++ b/third_party/WebKit/Source/core/paint/ClipRectsCache.h
|
| @@ -41,7 +41,7 @@ class ClipRectsCache {
|
| : root(nullptr)
|
| #if DCHECK_IS_ON()
|
| ,
|
| - overlayScrollbarClipBehavior(IgnoreOverlayScrollbarSize)
|
| + overlayScrollbarClipBehavior(IgnorePlatformOverlayScrollbarSize)
|
| #endif
|
| {
|
| }
|
|
|