| Index: third_party/WebKit/Source/platform/graphics/compositing/PropertyTreeManager.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/compositing/PropertyTreeManager.cpp b/third_party/WebKit/Source/platform/graphics/compositing/PropertyTreeManager.cpp
|
| index 739e48444d7a0db88515b29a37ad8b64571514a4..0fde7cef61cc389bebd27ced9126503148b5ae72 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/compositing/PropertyTreeManager.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/compositing/PropertyTreeManager.cpp
|
| @@ -354,7 +354,7 @@ void PropertyTreeManager::buildEffectNodesRecursively(
|
| DCHECK(!m_effectNodesConverted.contains(nextEffect))
|
| << "Malformed paint artifact. Paint chunks under the same effect should "
|
| "be contiguous.";
|
| - m_effectNodesConverted.add(nextEffect);
|
| + m_effectNodesConverted.insert(nextEffect);
|
| #endif
|
|
|
| // An effect node can't omit render surface if it has child with exotic
|
|
|