summaryrefslogtreecommitdiff
path: root/chromium/cc/trees/proxy_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/cc/trees/proxy_impl.cc')
-rw-r--r--chromium/cc/trees/proxy_impl.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/chromium/cc/trees/proxy_impl.cc b/chromium/cc/trees/proxy_impl.cc
index 4c4cdd4c632..06b051455ed 100644
--- a/chromium/cc/trees/proxy_impl.cc
+++ b/chromium/cc/trees/proxy_impl.cc
@@ -367,10 +367,6 @@ size_t ProxyImpl::MainThreadAnimationsCount() const {
return host_impl_->mutator_host()->MainThreadAnimationsCount();
}
-size_t ProxyImpl::MainThreadCompositableAnimationsCount() const {
- return host_impl_->mutator_host()->MainThreadCompositableAnimationsCount();
-}
-
bool ProxyImpl::CurrentFrameHadRAF() const {
return host_impl_->mutator_host()->CurrentFrameHadRAF();
}