| Index: Source/platform/graphics/paint/DisplayItemList.h
|
| diff --git a/Source/platform/graphics/paint/DisplayItemList.h b/Source/platform/graphics/paint/DisplayItemList.h
|
| index ea3ad1b11ace8ecf07f55088e74860d0a826f3c0..d364ae0c62a5a367acaac9243f9e33d09b70e794 100644
|
| --- a/Source/platform/graphics/paint/DisplayItemList.h
|
| +++ b/Source/platform/graphics/paint/DisplayItemList.h
|
| @@ -144,7 +144,7 @@ private:
|
|
|
| struct OutOfOrderIndexContext;
|
| DisplayItems::iterator findOutOfOrderCachedItem(DisplayItems::iterator currentIt, const DisplayItem::Id&, OutOfOrderIndexContext&);
|
| - DisplayItems::iterator findOutOfOrderCachedItemForward(const DisplayItem::Id&, OutOfOrderIndexContext&);
|
| + DisplayItems::iterator findOutOfOrderCachedItemForward(DisplayItems::iterator currentIt, const DisplayItem::Id&, OutOfOrderIndexContext&);
|
| void copyCachedSubtree(DisplayItems::iterator& currentIt, DisplayItems& updatedList);
|
|
|
| #if ENABLE(ASSERT)
|
|
|