| 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 57e65d2143bdb30fe3192a03540b603a0fd9b526..a6427036a5eb3867cfaa575cc48a0595a75f8ce1 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/PaintChunkProperties.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/PaintChunkProperties.h
|
| @@ -29,9 +29,9 @@ struct PaintChunkProperties {
|
| PaintChunkProperties() : backfaceHidden(false) { }
|
|
|
| // TODO(pdr): Add scroll properties.
|
| - RefPtr<TransformPaintPropertyNode> transform;
|
| - RefPtr<ClipPaintPropertyNode> clip;
|
| - RefPtr<EffectPaintPropertyNode> effect;
|
| + RefPtr<const TransformPaintPropertyNode> transform;
|
| + RefPtr<const ClipPaintPropertyNode> clip;
|
| + RefPtr<const EffectPaintPropertyNode> effect;
|
| bool backfaceHidden;
|
| };
|
|
|
|
|