| 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 551be5dd017d7cc6b1065e8e1247691edfd43cac..163d5348e7614e447faffe5abeb1fc046ce019ef 100644
|
| --- a/third_party/WebKit/Source/core/paint/ObjectPaintProperties.h
|
| +++ b/third_party/WebKit/Source/core/paint/ObjectPaintProperties.h
|
| @@ -299,8 +299,6 @@ class CORE_EXPORT ObjectPaintProperties {
|
| return true;
|
| }
|
|
|
| - void updateContentsProperties() const;
|
| -
|
| // ATTENTION! Make sure to keep FindPropertiesNeedingUpdate.h in sync when
|
| // new properites are added!
|
| RefPtr<TransformPaintPropertyNode> m_paintOffsetTranslation;
|
|
|