| Index: third_party/WebKit/Source/platform/testing/PaintPropertyTestHelpers.h
|
| diff --git a/third_party/WebKit/Source/platform/testing/PaintPropertyTestHelpers.h b/third_party/WebKit/Source/platform/testing/PaintPropertyTestHelpers.h
|
| index 128cd551fe9d1467b6b8c4e1c9a6480694c5153c..b59ae1268b740d8dce0aef86bda08663466d4203 100644
|
| --- a/third_party/WebKit/Source/platform/testing/PaintPropertyTestHelpers.h
|
| +++ b/third_party/WebKit/Source/platform/testing/PaintPropertyTestHelpers.h
|
| @@ -5,7 +5,6 @@
|
| #include "platform/graphics/paint/ClipPaintPropertyNode.h"
|
| #include "platform/graphics/paint/EffectPaintPropertyNode.h"
|
| #include "platform/graphics/paint/PaintChunkProperties.h"
|
| -#include "platform/graphics/paint/ScrollPaintPropertyNode.h"
|
| #include "platform/graphics/paint/TransformPaintPropertyNode.h"
|
|
|
| namespace blink {
|
| @@ -24,9 +23,9 @@ static inline PassRefPtr<EffectPaintPropertyNode> createOpacityOnlyEffect(
|
| }
|
|
|
| static inline PaintChunkProperties defaultPaintChunkProperties() {
|
| - PropertyTreeState propertyTreeState(
|
| - TransformPaintPropertyNode::root(), ClipPaintPropertyNode::root(),
|
| - EffectPaintPropertyNode::root(), ScrollPaintPropertyNode::root());
|
| + PropertyTreeState propertyTreeState(TransformPaintPropertyNode::root(),
|
| + ClipPaintPropertyNode::root(),
|
| + EffectPaintPropertyNode::root());
|
| PaintChunkProperties defaultProperties(propertyTreeState);
|
|
|
| return defaultProperties;
|
|
|