| Index: third_party/WebKit/Source/core/animation/Animation.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/Animation.cpp b/third_party/WebKit/Source/core/animation/Animation.cpp
|
| index b6aa9faaca7005f07091ef3fa11042228d128c2c..105a3f81196fd155190452b675b8566e65122c0f 100644
|
| --- a/third_party/WebKit/Source/core/animation/Animation.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/Animation.cpp
|
| @@ -755,7 +755,7 @@ bool Animation::CanStartAnimationOnCompositor(
|
| CompositorElementId target_element_id =
|
| CreateCompositorElementId(DOMNodeIds::IdForNode(target_element),
|
| CompositorSubElementId::kPrimary);
|
| - if (!composited_element_ids->Contains(target_element_id))
|
| + if (!composited_element_ids->Contains(target_element_id.id))
|
| return false;
|
| }
|
|
|
|
|