| Index: third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp
|
| index 258e0dd92f759b1febf47fb6a1913a3da1129c2b..7a664ab995e3e06df61903f0e74e0384a62d91f5 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp
|
| @@ -395,7 +395,7 @@ void GraphicsLayer::updateContentsRect()
|
|
|
| if (m_contentsClippingMaskLayer) {
|
| if (m_contentsClippingMaskLayer->size() != m_contentsRect.size()) {
|
| - m_contentsClippingMaskLayer->setSize(m_contentsRect.size());
|
| + m_contentsClippingMaskLayer->setSize(FloatSize(m_contentsRect.size()));
|
| m_contentsClippingMaskLayer->setNeedsDisplay();
|
| }
|
| m_contentsClippingMaskLayer->setPosition(FloatPoint());
|
|
|