| Index: cc/trees/single_thread_proxy.cc
|
| diff --git a/cc/trees/single_thread_proxy.cc b/cc/trees/single_thread_proxy.cc
|
| index a920f5a28ac25e3425de7d50ff0f7ca0df5fffe1..a70e08f970cd5b2dd298afdd908f0901d5fe1299 100644
|
| --- a/cc/trees/single_thread_proxy.cc
|
| +++ b/cc/trees/single_thread_proxy.cc
|
| @@ -267,10 +267,6 @@
|
| client_->ScheduleComposite();
|
| }
|
|
|
| -void SingleThreadProxy::SetNeedsAnimateOnImplThread() {
|
| - SetNeedsRedrawOnImplThread();
|
| -}
|
| -
|
| void SingleThreadProxy::SetNeedsManageTilesOnImplThread() {
|
| // Thread-only/Impl-side-painting-only feature.
|
| NOTREACHED();
|
|
|