| Index: third_party/WebKit/Source/platform/graphics/paint/CompositingDisplayItem.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/CompositingDisplayItem.h b/third_party/WebKit/Source/platform/graphics/paint/CompositingDisplayItem.h
|
| index fd35597eb23f5732736a97a6f8c30a2bbbc21afa..6d0911fe45006dd7bf4530579a43c75e49fdb222 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/CompositingDisplayItem.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/CompositingDisplayItem.h
|
| @@ -77,7 +77,7 @@ class PLATFORM_EXPORT EndCompositingDisplayItem final
|
| WebDisplayItemList*) const override;
|
|
|
| private:
|
| -#if ENABLE(ASSERT)
|
| +#if DCHECK_IS_ON()
|
| bool isEndAndPairedWith(DisplayItem::Type otherType) const final {
|
| return otherType == kBeginCompositing;
|
| }
|
|
|