| Index: cc/trees/single_thread_proxy.h
|
| diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h
|
| index cfc746a64a9f048c7f69f844255a4cb5527fbd54..56bb1d0c66e4ae5b7d17bbeb225868a4d6706698 100644
|
| --- a/cc/trees/single_thread_proxy.h
|
| +++ b/cc/trees/single_thread_proxy.h
|
| @@ -87,7 +87,7 @@ class CC_EXPORT SingleThreadProxy : public Proxy,
|
| void CommitVSyncParameters(base::TimeTicks timebase,
|
| base::TimeDelta interval) override;
|
| void SetEstimatedParentDrawTime(base::TimeDelta draw_time) override;
|
| - void SetMaxSwapsPendingOnImplThread(int max) override {}
|
| + void SetMaxSwapsPendingOnImplThread(int max) override;
|
| void DidSwapBuffersOnImplThread() override;
|
| void DidSwapBuffersCompleteOnImplThread() override;
|
| void OnCanDrawStateChanged(bool can_draw) override;
|
|
|