| Index: third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| index c070f17b691aaa55202e27bd01b0c065aeb2c101..841f5aaf6ceb9c16222d6cc0307028837d84fdd4 100644
|
| --- a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| @@ -994,7 +994,7 @@ void CompositedLayerMapping::updateScrollingLayerGeometry(const IntRect& localCo
|
|
|
| bool overflowClipRectOffsetChanged = oldScrollingLayerOffset != m_scrollingLayer->offsetFromLayoutObject();
|
|
|
| - IntSize scrollSize(layoutBox->scrollWidth(), layoutBox->scrollHeight());
|
| + IntSize scrollSize(layoutBox->scrollWidth().toInt(), layoutBox->scrollHeight().toInt());
|
| if (scrollSize != m_scrollingContentsLayer->size() || overflowClipRectOffsetChanged)
|
| m_scrollingContentsLayer->setNeedsDisplay();
|
|
|
|
|