| Index: third_party/WebKit/Source/platform/graphics/paint/PropertyTreeState.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/PropertyTreeState.h b/third_party/WebKit/Source/platform/graphics/paint/PropertyTreeState.h
|
| index da65dbdd8fec5eb487fc512fccd67f28099406e8..d99b0b1ad4ac6b9ce4b18228c2d2fe9cb4e3fe76 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/PropertyTreeState.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/PropertyTreeState.h
|
| @@ -127,6 +127,7 @@ class PLATFORM_EXPORT PropertyTreeState {
|
| RefPtr<const TransformPaintPropertyNode> m_transform;
|
| RefPtr<const ClipPaintPropertyNode> m_clip;
|
| RefPtr<const EffectPaintPropertyNode> m_effect;
|
| + // TODO(pdr): Remove the scroll node from PropertyTreeState.
|
| RefPtr<const ScrollPaintPropertyNode> m_scroll;
|
| };
|
|
|
|
|