| Index: Source/platform/graphics/paint/DisplayItemList.cpp
|
| diff --git a/Source/platform/graphics/paint/DisplayItemList.cpp b/Source/platform/graphics/paint/DisplayItemList.cpp
|
| index f5782e990fc17e22d7e54464599c6c4d5d24fa20..68e76d7db542b7b3596555240edec895e0361ddc 100644
|
| --- a/Source/platform/graphics/paint/DisplayItemList.cpp
|
| +++ b/Source/platform/graphics/paint/DisplayItemList.cpp
|
| @@ -91,11 +91,13 @@ void DisplayItemList::beginScope(DisplayItemClient client)
|
| scopeId = ++it->value;
|
| }
|
| m_scopeStack.append(Scope(client, scopeId));
|
| + beginSkippingCache();
|
| }
|
|
|
| void DisplayItemList::endScope(DisplayItemClient client)
|
| {
|
| m_scopeStack.removeLast();
|
| + endSkippingCache();
|
| }
|
|
|
| void DisplayItemList::invalidate(DisplayItemClient client)
|
|
|