| Index: third_party/WebKit/Source/core/paint/ObjectPaintProperties.h
|
| diff --git a/third_party/WebKit/Source/core/paint/ObjectPaintProperties.h b/third_party/WebKit/Source/core/paint/ObjectPaintProperties.h
|
| index 55b49b39c1612a06ee2ed37befd3016801db5a28..67163e99b885b7abb34044b78beb83984e648527 100644
|
| --- a/third_party/WebKit/Source/core/paint/ObjectPaintProperties.h
|
| +++ b/third_party/WebKit/Source/core/paint/ObjectPaintProperties.h
|
| @@ -358,6 +358,8 @@ class CORE_EXPORT ObjectPaintProperties {
|
|
|
| void updateContentsProperties() const;
|
|
|
| + // ATTENTION! Make sure to keep FindPropertiesNeedingUpdate.h in sync when
|
| + // new properites are added!
|
| RefPtr<TransformPaintPropertyNode> m_paintOffsetTranslation;
|
| RefPtr<TransformPaintPropertyNode> m_transform;
|
| RefPtr<EffectPaintPropertyNode> m_effect;
|
|
|