| Index: third_party/WebKit/Source/core/layout/LayoutTableCell.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp b/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp
|
| index c45ef8c14a2e0319affc505a90d11213fa21d3b7..931ea79891752323a7e9c832956d9df9b877b0ff 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp
|
| @@ -976,6 +976,7 @@ bool LayoutTableCell::boxShadowShouldBeAppliedToBackground(BackgroundBleedAvoida
|
|
|
| void LayoutTableCell::scrollbarsChanged(bool horizontalScrollbarChanged, bool verticalScrollbarChanged)
|
| {
|
| + LayoutBlock::scrollbarsChanged(horizontalScrollbarChanged, verticalScrollbarChanged);
|
| int scrollbarHeight = scrollbarLogicalHeight();
|
| if (!scrollbarHeight)
|
| return; // Not sure if we should be doing something when a scrollbar goes away or not.
|
|
|