| Index: third_party/WebKit/Source/platform/graphics/paint/PaintChunker.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/PaintChunker.h b/third_party/WebKit/Source/platform/graphics/paint/PaintChunker.h
|
| index 098edcd43f73603f01cbdd79ba40c56f538b419b..9e374299004e38f1c08dfedc950f63fe19622813 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/PaintChunker.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/PaintChunker.h
|
| @@ -73,6 +73,7 @@ class PLATFORM_EXPORT PaintChunker final {
|
| Vector<ItemBehavior> m_chunkBehavior;
|
| Optional<PaintChunk::Id> m_currentChunkId;
|
| PaintChunkProperties m_currentProperties;
|
| + ItemBehavior m_nextDisplayItemBehavior;
|
| };
|
|
|
| #if DCHECK_IS_ON()
|
|
|