Index: cc/test/fake_proxy.h |
diff --git a/cc/test/fake_proxy.h b/cc/test/fake_proxy.h |
index d2a8f3219aae466170394eb9c2d65da31d0a0f39..75001d7224f35c633c82cfde6be1038229d3bab3 100644 |
--- a/cc/test/fake_proxy.h |
+++ b/cc/test/fake_proxy.h |
@@ -49,6 +49,7 @@ class FakeProxy : public Proxy { |
void SetChildrenNeedBeginFrames(bool children_need_begin_frames) override {} |
void SetAuthoritativeVSyncInterval(const base::TimeDelta& interval) override { |
} |
+ void RecreateOutputSurfaceBuffers() override {} |
virtual RendererCapabilities& GetRendererCapabilities(); |
void SetMaxPartialTextureUpdates(size_t max); |