| Index: third_party/WebKit/Source/core/layout/LayoutBox.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.h b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| index eda48c9efd564a5af8f583f2a8dbc59ba04660f5..70dfcb75f047a8eb4b46d3b25271ff8227398c2e 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| @@ -1088,7 +1088,7 @@ class CORE_EXPORT LayoutBox : public LayoutBoxModelObject {
|
| // Returns the intersection of all overflow clips which apply.
|
| virtual LayoutRect overflowClipRect(
|
| const LayoutPoint& location,
|
| - OverlayScrollbarClipBehavior = IgnoreOverlayScrollbarSize) const;
|
| + OverlayScrollbarClipBehavior = IgnorePlatformOverlayScrollbarSize) const;
|
| LayoutRect clipRect(const LayoutPoint& location) const;
|
|
|
| // Returns the combination of overflow clip, contain: paint clip and CSS clip
|
| @@ -1441,7 +1441,7 @@ class CORE_EXPORT LayoutBox : public LayoutBoxModelObject {
|
|
|
| void excludeScrollbars(
|
| LayoutRect&,
|
| - OverlayScrollbarClipBehavior = IgnoreOverlayScrollbarSize) const;
|
| + OverlayScrollbarClipBehavior = IgnorePlatformOverlayScrollbarSize) const;
|
|
|
| LayoutUnit containingBlockLogicalWidthForPositioned(
|
| const LayoutBoxModelObject* containingBlock,
|
|
|