| 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 dbb06ae244b000be5d0cef13709b774bce952e2a..bc21a7fccb17a1eb668a9c1d3d33994817bda28c 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();
|
|
|