| Index: cc/trees/single_thread_proxy.cc
|
| diff --git a/cc/trees/single_thread_proxy.cc b/cc/trees/single_thread_proxy.cc
|
| index 671a53b15e5e9ef89c9861ccbd5431ac6013cf97..458b675cfced455e3bca68c131252f5bc3cf9bf2 100644
|
| --- a/cc/trees/single_thread_proxy.cc
|
| +++ b/cc/trees/single_thread_proxy.cc
|
| @@ -176,11 +176,6 @@ const RendererCapabilities& SingleThreadProxy::GetRendererCapabilities() const {
|
| return renderer_capabilities_for_main_thread_;
|
| }
|
|
|
| -void SingleThreadProxy::SetNeedsAnimate() {
|
| - // Thread-only feature.
|
| - NOTREACHED();
|
| -}
|
| -
|
| void SingleThreadProxy::SetNeedsUpdateLayers() {
|
| DCHECK(Proxy::IsMainThread());
|
| client_->ScheduleComposite();
|
|
|