| Index: cc/trees/single_thread_proxy.cc
|
| diff --git a/cc/trees/single_thread_proxy.cc b/cc/trees/single_thread_proxy.cc
|
| index e8d3e765da29bdbe48a5e1af492112fa100c99e4..4bafe1cbbda89f88f9b7dc141ed796e265229bfd 100644
|
| --- a/cc/trees/single_thread_proxy.cc
|
| +++ b/cc/trees/single_thread_proxy.cc
|
| @@ -282,10 +282,6 @@ void SingleThreadProxy::SetNeedsCommitOnImplThread() {
|
| layer_tree_host_->ScheduleComposite();
|
| }
|
|
|
| -void SingleThreadProxy::SetNeedsManageTilesOnImplThread() {
|
| - layer_tree_host_->ScheduleComposite();
|
| -}
|
| -
|
| void SingleThreadProxy::PostAnimationEventsToMainThreadOnImplThread(
|
| scoped_ptr<AnimationEventsVector> events,
|
| base::Time wall_clock_time) {
|
|
|