| Index: third_party/WebKit/Source/core/paint/ObjectPaintProperties.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/ObjectPaintProperties.cpp b/third_party/WebKit/Source/core/paint/ObjectPaintProperties.cpp
|
| index f216b15f52e9c2e2b0470649535aae4fbd1cf4f6..5638c0fdcbcfb524362da36077cde7c16614e784 100644
|
| --- a/third_party/WebKit/Source/core/paint/ObjectPaintProperties.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/ObjectPaintProperties.cpp
|
| @@ -20,6 +20,9 @@ ObjectPaintProperties::contentsProperties() const {
|
| propertiesWithOffset.propertyTreeState.setTransform(scrollTranslation());
|
| }
|
|
|
| + if (scroll())
|
| + propertiesWithOffset.propertyTreeState.setScroll(scroll());
|
| +
|
| if (overflowClip())
|
| propertiesWithOffset.propertyTreeState.setClip(overflowClip());
|
| else if (cssClip())
|
|
|