| Index: cc/single_thread_proxy.h
|
| diff --git a/cc/single_thread_proxy.h b/cc/single_thread_proxy.h
|
| index a8be0933a96c03436120a073e6429690cf5fa43e..af651c1ccd4c4380c2d3ad5d18b578e067018135 100644
|
| --- a/cc/single_thread_proxy.h
|
| +++ b/cc/single_thread_proxy.h
|
| @@ -51,7 +51,7 @@ public:
|
|
|
| // LayerTreeHostImplClient implementation
|
| virtual void didLoseOutputSurfaceOnImplThread() OVERRIDE;
|
| - virtual void onSwapBuffersCompleteOnImplThread() OVERRIDE;
|
| + virtual void onSwapBuffersCompleteOnImplThread() OVERRIDE { }
|
| virtual void onVSyncParametersChanged(base::TimeTicks timebase, base::TimeDelta interval) OVERRIDE { }
|
| virtual void onCanDrawStateChanged(bool canDraw) OVERRIDE { }
|
| virtual void onHasPendingTreeStateChanged(bool havePendingTree) OVERRIDE;
|
|
|