| Index: third_party/WebKit/Source/core/layout/api/LayoutBoxItem.h
|
| diff --git a/third_party/WebKit/Source/core/layout/api/LayoutBoxItem.h b/third_party/WebKit/Source/core/layout/api/LayoutBoxItem.h
|
| index 1df7eed76ac42f1e2c934e659656573cbcd0435e..b51a0b37e6db1994e6e130f508d89db32abbe249 100644
|
| --- a/third_party/WebKit/Source/core/layout/api/LayoutBoxItem.h
|
| +++ b/third_party/WebKit/Source/core/layout/api/LayoutBoxItem.h
|
| @@ -49,7 +49,7 @@
|
|
|
| LayoutRect overflowClipRect(const LayoutPoint& location,
|
| OverlayScrollbarClipBehavior behavior =
|
| - IgnorePlatformOverlayScrollbarSize) const {
|
| + IgnoreOverlayScrollbarSize) const {
|
| return toBox()->overflowClipRect(location, behavior);
|
| }
|
|
|
|
|