| Index: Source/core/paint/ViewDisplayList.cpp
|
| diff --git a/Source/core/paint/ViewDisplayList.cpp b/Source/core/paint/ViewDisplayList.cpp
|
| index 4258e09671989123a25504e04420ddd8004c00e2..3e2b919695b7c24d60bbc622f9651b2383b4590c 100644
|
| --- a/Source/core/paint/ViewDisplayList.cpp
|
| +++ b/Source/core/paint/ViewDisplayList.cpp
|
| @@ -37,7 +37,7 @@ const PaintCommandList& ViewDisplayList::paintCommandList()
|
| ASSERT(RuntimeEnabledFeatures::slimmingPaintEnabled());
|
|
|
| updatePaintCommandList();
|
| - return m_paintList;
|
| + return m_newPaints;
|
| }
|
|
|
| void ViewDisplayList::add(WTF::PassOwnPtr<AtomicPaintChunk> atomicPaintChunk)
|
|
|