Chromium Code Reviews| Index: cc/test/fake_proxy.cc |
| diff --git a/cc/test/fake_proxy.cc b/cc/test/fake_proxy.cc |
| index 9c24162b27121097b1c574c4aa19578403047975..97d08a637c14fef4264c6d57bbf4937fecdd717b 100644 |
| --- a/cc/test/fake_proxy.cc |
| +++ b/cc/test/fake_proxy.cc |
| @@ -38,6 +38,9 @@ void FakeProxy::SetMaxPartialTextureUpdates(size_t max) { |
| bool FakeProxy::SupportsImplScrolling() const { return false; } |
| +void FakeProxy::RecreateOutputSurfaceBuffers() { |
| +} |
| + |
| bool FakeProxy::MainFrameWillHappenForTesting() { |
| return false; |
| } |