| Index: cc/trees/thread_proxy.h
|
| diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h
|
| index 7be549e20a36466975a82a6fddf90d9daf765b3c..771ada24c0aae4c3efa287be5b9d0713223bb881 100644
|
| --- a/cc/trees/thread_proxy.h
|
| +++ b/cc/trees/thread_proxy.h
|
| @@ -187,7 +187,6 @@ class CC_EXPORT ThreadProxy : public Proxy,
|
| void CommitVSyncParameters(base::TimeTicks timebase,
|
| base::TimeDelta interval) override;
|
| void SetEstimatedParentDrawTime(base::TimeDelta draw_time) override;
|
| - void SetMaxSwapsPendingOnImplThread(int max) override;
|
| void DidSwapBuffersOnImplThread() override;
|
| void DidSwapBuffersCompleteOnImplThread() override;
|
| void OnResourcelessSoftareDrawStateChanged(bool resourceless_draw) override;
|
|
|