Index: third_party/WebKit/Source/core/layout/LayoutBlock.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutBlock.cpp b/third_party/WebKit/Source/core/layout/LayoutBlock.cpp |
index 53ec7ec493a2565c616deacd7a5ca40dd11e1668..1f12215b6c69d8eec009026a975bbf743426d1e3 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBlock.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutBlock.cpp |
@@ -1923,8 +1923,8 @@ int LayoutBlock::columnGap() const |
void LayoutBlock::scrollbarsChanged(bool horizontalScrollbarChanged, bool verticalScrollbarChanged) |
{ |
- m_widthAvailableToChildrenChanged |= horizontalScrollbarChanged; |
- m_heightAvailableToChildrenChanged |= verticalScrollbarChanged; |
+ m_widthAvailableToChildrenChanged |= verticalScrollbarChanged; |
+ m_heightAvailableToChildrenChanged |= horizontalScrollbarChanged; |
} |
void LayoutBlock::computeIntrinsicLogicalWidths(LayoutUnit& minLogicalWidth, LayoutUnit& maxLogicalWidth) const |