| 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 40e59e2c1f409371e2f55b2c9239c439b0343f92..d1d382e325d830968c10971c48ae0237a87206c3 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| @@ -413,11 +413,8 @@ class CORE_EXPORT LayoutObject : public ImageResourceObserver,
|
| }
|
|
|
| // The complete set of property nodes that should be used as a starting point
|
| - // to paint contents of this LayoutObject. See: m_contentsProperties comment.
|
| - const PropertyTreeState* ContentsProperties() const {
|
| - DCHECK(RuntimeEnabledFeatures::slimmingPaintInvalidationEnabled());
|
| - return rare_paint_data_ ? rare_paint_data_->ContentsProperties() : nullptr;
|
| - }
|
| + // to paint contents of this LayoutObject.
|
| + PropertyTreeState ContentsProperties() const;
|
|
|
| private:
|
| RarePaintData& EnsureRarePaintData();
|
|
|