| Index: cc/trees/single_thread_proxy.h
|
| diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h
|
| index ea6b549ea853a36e27938e402bc3ec7ebb6aec17..86880f5b09b4f1da0823e6c1bb97b45ee7840e24 100644
|
| --- a/cc/trees/single_thread_proxy.h
|
| +++ b/cc/trees/single_thread_proxy.h
|
| @@ -53,7 +53,7 @@ class SingleThreadProxy : public Proxy, LayerTreeHostImplClient {
|
|
|
| // 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 can_draw) OVERRIDE {}
|
|
|