| Index: third_party/WebKit/Source/core/layout/LayoutObject.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| index 7c67bccfcfddb5897510a8405fe2363e75676dea..683424a848048440e1f52be02f05b514a753378a 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| @@ -1853,7 +1853,7 @@ class CORE_EXPORT LayoutObject : public ImageResourceObserver,
|
| }
|
| void SetSubtreeNeedsPaintPropertyUpdate() {
|
| bitfields_.SetSubtreeNeedsPaintPropertyUpdate(true);
|
| - bitfields_.SetNeedsPaintPropertyUpdate(true);
|
| + SetNeedsPaintPropertyUpdate();
|
| }
|
| bool SubtreeNeedsPaintPropertyUpdate() const {
|
| return bitfields_.SubtreeNeedsPaintPropertyUpdate();
|
|
|