| Index: cc/trees/thread_proxy.h
|
| diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h
|
| index ebd228befa2ab83b0185a48c772e1ad167026208..eff23dbd3d0db27123ca546c047c9328b83a981f 100644
|
| --- a/cc/trees/thread_proxy.h
|
| +++ b/cc/trees/thread_proxy.h
|
| @@ -86,8 +86,6 @@ class ThreadProxy : public Proxy,
|
| virtual void RenewTreePriority() OVERRIDE;
|
| virtual void RequestScrollbarAnimationOnImplThread(base::TimeDelta delay)
|
| OVERRIDE;
|
| - virtual void DidReceiveLastInputEventForBeginFrameOnImplThread(
|
| - base::TimeTicks frame_time) OVERRIDE;
|
| virtual void DidActivatePendingTree() OVERRIDE;
|
|
|
| // SchedulerClient implementation
|
|
|