Index: cc/trees/single_thread_proxy.h |
diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h |
index 616f5767b1e14c66b2a3fe669d92e31b1678c1b4..d96220b7d57f20d683d1917f8eadf02b4d1ca5ed 100644 |
--- a/cc/trees/single_thread_proxy.h |
+++ b/cc/trees/single_thread_proxy.h |
@@ -54,6 +54,7 @@ class SingleThreadProxy : public Proxy, LayerTreeHostImplClient { |
virtual bool CommitPendingForTesting() OVERRIDE; |
// LayerTreeHostImplClient implementation |
+ virtual void UpdateRendererCapabilitiesOnImplThread() OVERRIDE; |
virtual void DidLoseOutputSurfaceOnImplThread() OVERRIDE; |
virtual void DidSwapBuffersOnImplThread() OVERRIDE; |
virtual void OnSwapBuffersCompleteOnImplThread() OVERRIDE; |