| Index: third_party/WebKit/Source/platform/graphics/paint/PaintChunkProperties.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/PaintChunkProperties.h b/third_party/WebKit/Source/platform/graphics/paint/PaintChunkProperties.h
|
| index dfba88abac8fd57fc340289cf70cf4e32805fa39..2f095e49575a5243d506470509a6bdc295a2ad9d 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/PaintChunkProperties.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/PaintChunkProperties.h
|
| @@ -29,6 +29,7 @@ struct PaintChunkProperties {
|
|
|
| PaintChunkProperties() : backfaceHidden(false) {}
|
|
|
| + // TODO(pdr): Refactor these to use PropertyTreeState.
|
| RefPtr<const TransformPaintPropertyNode> transform;
|
| RefPtr<const ClipPaintPropertyNode> clip;
|
| RefPtr<const EffectPaintPropertyNode> effect;
|
|
|