| Index: third_party/WebKit/Source/core/layout/LayoutTable.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTable.cpp b/third_party/WebKit/Source/core/layout/LayoutTable.cpp
|
| index 7c9b6d64fa861c825546e3a1dac926050a29bc55..c792917d29ab20c6786f14e074ef0461765cda50 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTable.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTable.cpp
|
| @@ -1337,9 +1337,9 @@ int LayoutTable::firstLineBoxBaseline() const
|
| return -1;
|
| }
|
|
|
| -LayoutRect LayoutTable::overflowClipRect(const LayoutPoint& location, OverlayScrollbarSizeRelevancy relevancy) const
|
| +LayoutRect LayoutTable::overflowClipRect(const LayoutPoint& location, OverlayScrollbarClipBehavior overlayScrollbarClipBehavior) const
|
| {
|
| - LayoutRect rect = LayoutBlock::overflowClipRect(location, relevancy);
|
| + LayoutRect rect = LayoutBlock::overflowClipRect(location, overlayScrollbarClipBehavior);
|
|
|
| // If we have a caption, expand the clip to include the caption.
|
| // FIXME: Technically this is wrong, but it's virtually impossible to fix this
|
|
|