| 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 b51a0b37e6db1994e6e130f508d89db32abbe249..1df7eed76ac42f1e2c934e659656573cbcd0435e 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 @@ class LayoutBoxItem : public LayoutBoxModel {
|
|
|
| LayoutRect overflowClipRect(const LayoutPoint& location,
|
| OverlayScrollbarClipBehavior behavior =
|
| - IgnoreOverlayScrollbarSize) const {
|
| + IgnorePlatformOverlayScrollbarSize) const {
|
| return toBox()->overflowClipRect(location, behavior);
|
| }
|
|
|
|
|