| Index: third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp b/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp
|
| index 45863e473a9403740480412346f7967cedda4202..20bdc54ae91a8f1adb14099335f9ae675adbbb35 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp
|
| @@ -640,7 +640,7 @@ int PropertyTreeManager::switchToEffectNode(
|
| const EffectPaintPropertyNode* ancestor =
|
| lowestCommonAncestor(currentEffectNode(), &nextEffect);
|
| while (currentEffectNode() != ancestor)
|
| - m_effectStack.removeLast();
|
| + m_effectStack.pop_back();
|
|
|
| #if DCHECK_IS_ON()
|
| DCHECK(m_isFirstEffectEver || currentEffectNode())
|
|
|