| Index: third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp b/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp
|
| index 1d67a59f8e450ae002ebfa96c1c958956852c8ea..7ff170dbc7cb61409f2d0320b2f5d55177482306 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp
|
| @@ -717,9 +717,6 @@ void PaintArtifactCompositor::update(
|
| int effectId = propertyTreeManager.switchToEffectNode(
|
| *pendingLayer.propertyTreeState.effect());
|
|
|
| - propertyTreeManager.updateScrollOffset(
|
| - pendingLayer.propertyTreeState.scroll());
|
| -
|
| layer->set_offset_to_transform_parent(layerOffset);
|
| layer->SetElementId(pendingLayer.propertyTreeState.compositorElementId());
|
|
|
|
|