summaryrefslogtreecommitdiff
path: root/chromium/cc/animation/animation.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/cc/animation/animation.cc')
-rw-r--r--chromium/cc/animation/animation.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/cc/animation/animation.cc b/chromium/cc/animation/animation.cc
index 8da03807dcf..644de3770cb 100644
--- a/chromium/cc/animation/animation.cc
+++ b/chromium/cc/animation/animation.cc
@@ -48,7 +48,7 @@ ElementId Animation::element_id_of_keyframe_effect(
}
bool Animation::IsElementAttached(ElementId id) const {
- return !!element_to_keyframe_effect_id_map_.count(id);
+ return base::ContainsKey(element_to_keyframe_effect_id_map_, id);
}
void Animation::SetAnimationHost(AnimationHost* animation_host) {