Index: third_party/WebKit/Source/core/layout/LayoutTableSection.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp b/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp |
index 67ffa078bd29636e2bddbc08d819cbcd9e414710..cdd611c4751769a3e535ea3e02e28615cd81ecda 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp |
@@ -32,7 +32,6 @@ |
#include "core/layout/LayoutTableRow.h" |
#include "core/layout/LayoutView.h" |
#include "core/layout/SubtreeLayoutScope.h" |
-#include "core/paint/PaintLayerScrollableArea.h" |
#include "core/paint/TableSectionPainter.h" |
#include "wtf/HashSet.h" |
#include <algorithm> |
@@ -783,7 +782,6 @@ int LayoutTableSection::calcRowLogicalHeight() |
} |
if (cell->rowIndex() == r && cell->hasOverrideLogicalContentHeight()) { |
- PaintLayerScrollableArea::FreezeScrollbarsScope freezeScrollbars; |
cell->clearIntrinsicPadding(); |
cell->clearOverrideSize(); |
cell->forceChildLayout(); |