summaryrefslogtreecommitdiffstats
path: root/chromium/cc/animation/animation_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/cc/animation/animation_host.h')
-rw-r--r--chromium/cc/animation/animation_host.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/cc/animation/animation_host.h b/chromium/cc/animation/animation_host.h
index 2e3eb122c71..fa0a1a5a0a6 100644
--- a/chromium/cc/animation/animation_host.h
+++ b/chromium/cc/animation/animation_host.h
@@ -208,6 +208,7 @@ class CC_ANIMATION_EXPORT AnimationHost : public MutatorHost,
size_t CompositedAnimationsCount() const override;
size_t MainThreadAnimationsCount() const override;
+ bool HasCustomPropertyAnimations() const override;
bool CurrentFrameHadRAF() const override;
bool NextFrameHasPendingRAF() const override;
void SetAnimationCounts(size_t total_animations_count,