| 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 9f8f334c8eb89cae5de877c4269d1259391af09d..54740da2ce7fe2f14f99027821f6c05bbf3980de 100644
|
| --- a/third_party/WebKit/Source/core/paint/ObjectPaintProperties.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/ObjectPaintProperties.cpp
|
| @@ -14,6 +14,9 @@ ObjectPaintProperties::contentsProperties() const {
|
| if (scrollTranslation())
|
| propertiesWithOffset.propertyTreeState.setTransform(scrollTranslation());
|
|
|
| + if (scroll())
|
| + propertiesWithOffset.propertyTreeState.setScroll(scroll());
|
| +
|
| if (overflowClip())
|
| propertiesWithOffset.propertyTreeState.setClip(overflowClip());
|
| else if (cssClip())
|
|
|