Index: cc/single_thread_proxy.h |
diff --git a/cc/single_thread_proxy.h b/cc/single_thread_proxy.h |
index 4180b02672a8e89681b6a640226dedeee39abc79..f5fc4f3e3d52532df597a3bd55b79c7b0f3d3684 100644 |
--- a/cc/single_thread_proxy.h |
+++ b/cc/single_thread_proxy.h |
@@ -54,7 +54,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 {} |