| Index: cc/trees/thread_proxy.h
|
| diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h
|
| index 66753fd91ae393410608dd7c0ce45225628e7e18..b8983b729ff86c864e38ece95b9b49c53bed235b 100644
|
| --- a/cc/trees/thread_proxy.h
|
| +++ b/cc/trees/thread_proxy.h
|
| @@ -190,7 +190,6 @@ class CC_EXPORT ThreadProxy : public Proxy,
|
| void SetNeedsRedrawRectOnImplThread(const gfx::Rect& dirty_rect) override;
|
| void SetNeedsAnimateOnImplThread() override;
|
| void SetNeedsManageTilesOnImplThread() override;
|
| - void DidInitializeVisibleTileOnImplThread() override;
|
| void SetNeedsCommitOnImplThread() override;
|
| void PostAnimationEventsToMainThreadOnImplThread(
|
| scoped_ptr<AnimationEventsVector> queue) override;
|
| @@ -211,7 +210,6 @@ class CC_EXPORT ThreadProxy : public Proxy,
|
| DrawResult ScheduledActionDrawAndSwapForced() override;
|
| void ScheduledActionAnimate() override;
|
| void ScheduledActionCommit() override;
|
| - void ScheduledActionUpdateVisibleTiles() override;
|
| void ScheduledActionActivateSyncTree() override;
|
| void ScheduledActionBeginOutputSurfaceCreation() override;
|
| void ScheduledActionManageTiles() override;
|
|
|