| Index: third_party/WebKit/Source/platform/graphics/paint/PaintChunker.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/PaintChunker.cpp b/third_party/WebKit/Source/platform/graphics/paint/PaintChunker.cpp
|
| index bb0a1e176366f76786ab07bd949335c660235704..a2d87d607d0cbd3326db11ce8649c0a7b82e6ed7 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/PaintChunker.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/PaintChunker.cpp
|
| @@ -41,7 +41,6 @@ bool PaintChunker::incrementDisplayItemIndex(const DisplayItem& item) {
|
| DCHECK(m_currentProperties.propertyTreeState.transform());
|
| DCHECK(m_currentProperties.propertyTreeState.clip());
|
| DCHECK(m_currentProperties.propertyTreeState.effect());
|
| - DCHECK(m_currentProperties.propertyTreeState.scroll());
|
| }
|
| #endif
|
|
|
|
|