| Index: cc/trees/single_thread_proxy.cc
|
| diff --git a/cc/trees/single_thread_proxy.cc b/cc/trees/single_thread_proxy.cc
|
| index 344dfb97f66df586e94ef01a0717426831627db9..99099118d80d6d427e9cb1aea5c6c6442c183427 100644
|
| --- a/cc/trees/single_thread_proxy.cc
|
| +++ b/cc/trees/single_thread_proxy.cc
|
| @@ -362,12 +362,6 @@ void SingleThreadProxy::SetNeedsRedrawRectOnImplThread(
|
| SetNeedsRedrawOnImplThread();
|
| }
|
|
|
| -void SingleThreadProxy::DidInitializeVisibleTileOnImplThread() {
|
| - TRACE_EVENT0("cc", "SingleThreadProxy::DidInitializeVisibleTileOnImplThread");
|
| - if (scheduler_on_impl_thread_)
|
| - scheduler_on_impl_thread_->SetNeedsRedraw();
|
| -}
|
| -
|
| void SingleThreadProxy::SetNeedsCommitOnImplThread() {
|
| client_->ScheduleComposite();
|
| if (scheduler_on_impl_thread_)
|
| @@ -741,11 +735,6 @@ void SingleThreadProxy::ScheduledActionAnimate() {
|
| layer_tree_host_impl_->CurrentBeginFrameArgs().frame_time);
|
| }
|
|
|
| -void SingleThreadProxy::ScheduledActionUpdateVisibleTiles() {
|
| - DebugScopedSetImplThread impl(this);
|
| - layer_tree_host_impl_->UpdateVisibleTiles();
|
| -}
|
| -
|
| void SingleThreadProxy::ScheduledActionActivateSyncTree() {
|
| DebugScopedSetImplThread impl(this);
|
| layer_tree_host_impl_->ActivateSyncTree();
|
|
|