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 356fc1905c29829cbf5c164ab5eff764bbb0b268..f3851f4311586d0397a3212f5744a5669147de06 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. |