| Index: third_party/WebKit/Source/platform/graphics/paint/DisplayItemList.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/DisplayItemList.cpp b/third_party/WebKit/Source/platform/graphics/paint/DisplayItemList.cpp
|
| index 7e8a0df4efade04df60f6454405f74f0c0962658..b4b9c844619fa3f0c551bddae35ca88d4d9d3c2c 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItemList.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItemList.cpp
|
| @@ -99,9 +99,9 @@ void DisplayItemList::processNewItem(DisplayItem& displayItem)
|
| m_newPaintChunks.incrementDisplayItemIndex();
|
| }
|
|
|
| -void DisplayItemList::updateCurrentPaintProperties(const PaintProperties& newPaintProperties)
|
| +void DisplayItemList::updateCurrentPaintChunkProperties(const PaintChunkProperties& newProperties)
|
| {
|
| - m_newPaintChunks.updateCurrentPaintProperties(newPaintProperties);
|
| + m_newPaintChunks.updateCurrentPaintChunkProperties(newProperties);
|
| }
|
|
|
| void DisplayItemList::beginScope()
|
|
|