| 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 3882ed2b9069c23ffbaf84408e783a9ee0992ea0..f216b15f52e9c2e2b0470649535aae4fbd1cf4f6 100644
|
| --- a/third_party/WebKit/Source/core/paint/ObjectPaintProperties.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/ObjectPaintProperties.cpp
|
| @@ -13,8 +13,8 @@ ObjectPaintProperties::contentsProperties() const {
|
| if (svgLocalToBorderBoxTransform()) {
|
| propertiesWithOffset.propertyTreeState.setTransform(
|
| svgLocalToBorderBoxTransform());
|
| - // There's no paint offset for the contents because svgLocalToBorderBoxTransform bakes in
|
| - // the paint offset.
|
| + // There's no paint offset for the contents because
|
| + // svgLocalToBorderBoxTransform bakes in the paint offset.
|
| propertiesWithOffset.paintOffset = LayoutPoint();
|
| } else if (scrollTranslation()) {
|
| propertiesWithOffset.propertyTreeState.setTransform(scrollTranslation());
|
|
|