| Index: cc/trees/single_thread_proxy.cc
|
| diff --git a/cc/trees/single_thread_proxy.cc b/cc/trees/single_thread_proxy.cc
|
| index f1f8a4f5824c8ca38fbc96620c5a9864ee8a5e95..ddccb50809c77a00552fa9de153f01f610daa6cd 100644
|
| --- a/cc/trees/single_thread_proxy.cc
|
| +++ b/cc/trees/single_thread_proxy.cc
|
| @@ -176,14 +176,9 @@ const RendererCapabilities& SingleThreadProxy::GetRendererCapabilities() const {
|
| return renderer_capabilities_for_main_thread_;
|
| }
|
|
|
| -void SingleThreadProxy::SetNeedsAnimate() {
|
| - DCHECK(Proxy::IsMainThread());
|
| - client_->ScheduleAnimation();
|
| -}
|
| -
|
| void SingleThreadProxy::SetNeedsUpdateLayers() {
|
| DCHECK(Proxy::IsMainThread());
|
| - client_->ScheduleComposite();
|
| + client_->ScheduleAnimation();
|
| }
|
|
|
| void SingleThreadProxy::DoCommit(scoped_ptr<ResourceUpdateQueue> queue) {
|
|
|