| Index: cc/trees/single_thread_proxy.h
|
| diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h
|
| index fa5d5fecbbe1d100ab802ffaac12d0fe75058885..cf29574932c6afd9101bd4822c2fa43693621da3 100644
|
| --- a/cc/trees/single_thread_proxy.h
|
| +++ b/cc/trees/single_thread_proxy.h
|
| @@ -49,7 +49,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 DidVSync(base::TimeTicks frame_time) OVERRIDE {}
|
|
|